~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml.py

  • Committer: Martin Pool
  • Date: 2005-05-26 03:10:53 UTC
  • Revision ID: mbp@sourcefrog.net-20050526031053-e6a43ad83e2dc1ee
- add failing test for problem with stat after remove, 
  reported by William Dodé

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>"