/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/__init__.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:
62
62
from .. import (
63
63
    branchbuilder,
64
64
    controldir,
65
 
    chk_map,
66
65
    commands as _mod_commands,
67
66
    config,
68
67
    i18n,
83
82
    transport as _mod_transport,
84
83
    workingtree,
85
84
    )
 
85
from breezy.bzr import (
 
86
    chk_map,
 
87
    )
86
88
try:
87
89
    import breezy.lsprof
88
90
except ImportError:
4087
4089
    return [
4088
4090
        'breezy',
4089
4091
        'breezy.branchbuilder',
 
4092
        'breezy.bzr.inventory',
4090
4093
        'breezy.decorators',
4091
 
        'breezy.inventory',
4092
4094
        'breezy.iterablefile',
4093
4095
        'breezy.lockdir',
4094
4096
        'breezy.merge3',