~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode

« back to all changes in this revision

Viewing changes to statusxml.py

  • Committer: Guillermo Gonzalez
  • Author(s): Jelmer Vernooij
  • Date: 2011-12-19 21:45:35 UTC
  • mfrom: (159.1.1 trunk)
  • Revision ID: guillo.gonzo@gmail.com-20111219214535-22s7kxu00uc6ipz8
Removes the use of relative imports and avoids using lazy_import in a few places we're it doesn't make a difference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    trace,
34
34
    )
35
35
 
36
 
import logxml
 
36
from bzrlib.plugins.xmloutput import logxml
37
37
""")
38
38
 
39
39
from writer import _escape_cdata