~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interrepository/test_interrepository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-10 14:00:21 UTC
  • mfrom: (4525.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090710140021-2kq4yhui3de6mwt7
(mbp, vila) Finish the *_implementation to per_* test renaming

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    TestNotApplicable,
34
34
    TestSkipped,
35
35
    )
36
 
from bzrlib.tests.interrepository_implementations import (
 
36
from bzrlib.tests.per_interrepository import (
37
37
    TestCaseWithInterRepository,
38
38
    )
39
39