~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-12 07:38:31 UTC
  • Revision ID: mbp@sourcefrog.net-20050312073831-a47c3335ece1920f
- fix up use of ElementTree without cElementTree

patch from rooneg

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""XML externalization support."""
19
19
 
20
 
# "XML is like violence: if it doesn't solve your problem, you aren't
21
 
# using enough of it." -- various
22
 
 
23
20
 
24
21
__copyright__ = "Copyright (C) 2005 Canonical Ltd."
25
22
__author__ = "Martin Pool <mbp@canonical.com>"