~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/util/elementtree/ElementTree.py

(jelmer) Reduce the number of connections made during "bzr branch
 --stacked". (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
# OF THIS SOFTWARE.
68
68
# --------------------------------------------------------------------
69
69
 
70
 
from __future__ import absolute_import
71
 
 
72
70
__all__ = [
73
71
    # public symbols
74
72
    "Comment",