/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/per_interrepository/test_fetch.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
 
20
20
from breezy import (
21
21
    errors,
22
 
    inventory,
23
22
    osutils,
24
23
    repository,
 
24
    )
 
25
from breezy.bzr import (
 
26
    inventory,
25
27
    versionedfile,
26
28
    )
27
29
from breezy.errors import (
28
30
    NoSuchRevision,
29
31
    )
30
 
from breezy.vf_search import (
 
32
from breezy.bzr.vf_search import (
31
33
    SearchResult,
32
34
    )
33
35
from breezy.revision import (