/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/test_transport_implementations.py

  • Committer: Martin Pool
  • Date: 2007-11-23 04:56:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3017.
  • Revision ID: mbp@sourcefrog.net-20071123045643-6l30ww29l0kzy49y
Add missing import

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                           )
46
46
from bzrlib.osutils import getcwd
47
47
from bzrlib.smart import medium
48
 
from bzrlib.tests import TestCaseInTempDir, TestScenarioApplier, TestSkipped
 
48
from bzrlib.tests import (
 
49
    TestCaseInTempDir,
 
50
    TestScenarioApplier,
 
51
    TestSkipped,
 
52
    TestNotApplicable,
 
53
    )
49
54
from bzrlib.tests.test_transport import TestTransportImplementation
50
55
from bzrlib.transport import (
51
56
    ConnectedTransport,