~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml.py

  • Committer: Robert Collins
  • Date: 2005-10-07 01:01:07 UTC
  • mfrom: (1185.13.2)
  • Revision ID: robertc@robertcollins.net-20051007010107-fe48434051a15b92
mergeĀ fromĀ upstream

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