/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_bundle.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:
22
22
import sys
23
23
 
24
24
from .. import (
25
 
    bzrdir,
26
25
    diff,
27
26
    errors,
28
 
    inventory,
29
27
    merge,
30
28
    osutils,
31
29
    revision as _mod_revision,
32
30
    tests,
33
31
    treebuilder,
34
32
    )
 
33
from ..bzr import (
 
34
    bzrdir,
 
35
    inventory,
 
36
    )
35
37
from ..bundle import read_mergeable_from_url
36
38
from ..bundle.apply_bundle import install_bundle, merge_bundle
37
39
from ..bundle.bundle_data import BundleTree