/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/tests/blackbox/test_upgrade.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 01:39:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610013946-08donzxbo8iv0ewz
Fix more imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import stat
20
20
 
21
21
from breezy import (
22
 
    bzrdir,
23
22
    controldir,
24
23
    lockable_files,
25
24
    ui,
26
25
    urlutils,
27
26
    )
 
27
from breezy.bzr import (
 
28
    bzrdir,
 
29
    )
28
30
from breezy.tests import (
29
31
    features,
30
32
    TestCaseWithTransport,