~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-19 11:17:38 UTC
  • mfrom: (6379.5.1 always-import-bzrdir)
  • Revision ID: pqm@pqm.ubuntu.com-20111219111738-g3ldsov4alx2jalx
(jelmer) Always import bzrlib.bzrdir in bzrlib.workingtree. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    )
70
70
""")
71
71
 
 
72
# Explicitly import bzrlib.bzrdir so that the BzrProber
 
73
# is guaranteed to be registered.
 
74
import bzrlib.bzrdir
 
75
 
72
76
from bzrlib import symbol_versioning
73
77
from bzrlib.decorators import needs_read_lock, needs_write_lock
74
78
from bzrlib.i18n import gettext