~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-06-02 05:03:31 UTC
  • mto: This revision was merged to the branch mainline in revision 5279.
  • Revision ID: mbp@canonical.com-20100602050331-n2p1qt8hfsahspnv
Correct more sloppy use of the term 'Linux'

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