~thekorn/wadllib/changed.list

« back to all changes in this revision

Viewing changes to wadllib/application.py

  • Committer: Markus Korn
  • Date: 2008-08-10 15:11:55 UTC
  • Revision ID: thekorn@gmx.de-20080810151155-xqptk1c1v75x1z7w
removed debug statements; structured docstring of changed_list.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
        self.representation = None
263
263
        if representation is not None:
264
264
            if media_type == 'application/json':
265
 
                print self.type_url.split("/").pop()
266
265
                if representation_needs_processing:
267
266
                    self.representation = _json.loads(representation,
268
267
                        self.type_url.split("/").pop())