/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/test_remote.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-08 23:30:31 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170608233031-3qavls2o7a1pqllj
Update imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from .. import (
30
30
    bencode,
31
31
    branch,
32
 
    bzrdir,
33
32
    config,
34
33
    controldir,
35
34
    errors,
36
 
    inventory,
37
 
    inventory_delta,
38
35
    remote,
39
36
    repository,
40
37
    tests,
41
38
    transport,
42
39
    treebuilder,
 
40
    )
 
41
from ..branch import Branch
 
42
from ..bzr import (
 
43
    bzrdir,
 
44
    inventory,
 
45
    inventory_delta,
43
46
    versionedfile,
44
47
    vf_search,
45
48
    )
46
 
from ..branch import Branch
47
 
from ..bzrdir import (
 
49
from ..bzr.bzrdir import (
48
50
    BzrDir,
49
51
    BzrDirFormat,
50
52
    RemoteBzrProber,
51
53
    )
52
 
from ..chk_serializer import chk_bencode_serializer
 
54
from ..bzr.chk_serializer import chk_bencode_serializer
53
55
from ..remote import (
54
56
    RemoteBranch,
55
57
    RemoteBranchFormat,