~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-21 22:39:52 UTC
  • Revision ID: mbp@sourcefrog.net-20050321223952-3012f91b2396b433
'selftest' command instead of 'doctest'

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
 
20
23
 
21
24
__copyright__ = "Copyright (C) 2005 Canonical Ltd."
22
25
__author__ = "Martin Pool <mbp@canonical.com>"