~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2009-05-05 12:54:51 UTC
  • mto: This revision was merged to the branch mainline in revision 4331.
  • Revision ID: jelmer@samba.org-20090505125451-f09g3ly9eb3qtylw
Review from Ian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    NotBranchError,
43
43
    UninitializableFormat,
44
44
    )
45
 
from bzrlib.tests import multiply_tests
46
 
from bzrlib.tests import TestCaseWithTransport
 
45
from bzrlib.tests import (
 
46
    TestCaseWithTransport,
 
47
    multiply_tests,
 
48
    )
47
49
from bzrlib.transport import get_transport
48
50
 
49
51