/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_pack_repository.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:
21
21
 
22
22
from stat import S_ISDIR
23
23
 
24
 
from ..btree_index import BTreeGraphIndex
25
 
from ..index import GraphIndex
 
24
from ..bzr.btree_index import BTreeGraphIndex
 
25
from ..bzr.index import GraphIndex
26
26
from .. import (
27
27
    controldir,
28
28
    errors,
29
 
    inventory,
30
29
    osutils,
31
30
    repository,
32
31
    revision as _mod_revision,
34
33
    transport,
35
34
    ui,
36
35
    )
 
36
from ..bzr import (
 
37
    inventory,
 
38
    )
37
39
from ..repofmt.groupcompress_repo import RepositoryFormat2a
38
40
from ..smart import (
39
41
    client,