/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/bzrworkingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-07 00:28:23 UTC
  • mto: (6653.3.7 bzrwt)
  • mto: This revision was merged to the branch mainline in revision 6668.
  • Revision ID: jelmer@jelmer.uk-20170607002823-lskg5w0hwugamb9a
Avoid extra import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
# Explicitly import breezy.bzrdir so that the BzrProber
41
41
# is guaranteed to be registered.
42
 
import breezy.bzrdir
 
42
from . import bzrdir
43
43
 
44
44
from . import lazy_import
45
45
lazy_import.lazy_import(globals(), """
46
46
from breezy import (
47
 
    bzrdir,
48
47
    cache_utf8,
49
48
    conflicts as _mod_conflicts,
50
49
    errors,