/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_branch/test_config.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-11 14:07:05 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170611140705-81yrbqqe134xbun9
Move remote to breezy.bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from breezy import (
20
20
    branch,
21
21
    errors,
 
22
    tests,
 
23
    )
 
24
from breezy.bzr import (
22
25
    remote,
23
 
    tests,
24
26
    )
25
27
from breezy.tests import per_branch
26
28