/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 bzrlib/tests/tree_implementations/__init__.py

  • Committer: Martin Pool
  • Date: 2009-07-10 06:45:04 UTC
  • mto: (4525.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4526.
  • Revision ID: mbp@sourcefrog.net-20090710064504-ag888tal5qrrx81c
Rename bzrdir_implementations to per_bzrdir

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    tests,
33
33
    transform,
34
34
    )
35
 
from bzrlib.tests.bzrdir_implementations.test_bzrdir import TestCaseWithBzrDir
 
35
from bzrlib.tests.per_bzrdir.test_bzrdir import TestCaseWithBzrDir
36
36
from bzrlib.tests.workingtree_implementations import (
37
37
    make_scenarios as wt_make_scenarios,
38
38
    make_scenario as wt_make_scenario,