~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml_serializer.py

  • Committer: Aaron Bentley
  • Date: 2006-09-10 02:18:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1997.
  • Revision ID: aaron.bentley@utoronto.ca-20060910021831-51f5888a7e62a02d
Update from review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                                              fromstring, tostring)
37
37
    import util.elementtree as elementtree
38
38
 
39
 
from bzrlib.errors import BzrError
40
39
from bzrlib import errors
41
40
 
42
41