~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml5.py

  • Committer: Robey Pointer
  • Date: 2006-09-08 18:46:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1996.
  • Revision ID: robey@lag.net-20060908184629-e3fc4c61ca21508c
pychecker is on crack; go back to using 'is None'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
        get_cached = cache_utf8.get_cached_unicode
237
237
 
238
238
        parent_id = elt.get('parent_id')
239
 
        if parent_id == None:
 
239
        if parent_id is None:
240
240
            parent_id = ROOT_ID
241
241
        # TODO: jam 20060817 At present, caching file ids costs us too 
242
242
        #       much time. It slows down overall read performances from