~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml.py

  • Committer: Robert Collins
  • Date: 2005-10-03 14:28:37 UTC
  • mto: (1393.1.30)
  • mto: This revision was merged to the branch mainline in revision 1400.
  • Revision ID: robertc@robertcollins.net-20051003142837-78bf906d4edcbd62
factor out inventory directory logic into 'InventoryDirectory' class

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                                              Element, XMLTreeBuilder,
36
36
                                              fromstring, tostring)
37
37
 
38
 
from bzrlib.inventory import ROOT_ID, Inventory, InventoryEntry
39
38
from bzrlib.errors import BzrError
40
39
 
41
40