/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/xml.py

  • Committer: Robert Collins
  • Date: 2005-10-04 03:35:31 UTC
  • mfrom: (1393.1.30)
  • Revision ID: robertc@robertcollins.net-20051004033531-f057603b470ca4a2
merge from mpool

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