~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport_implementations.py

Move bzrlib.transport.smart to bzrlib.smart

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
from bzrlib.tests import TestCaseInTempDir, TestSkipped
40
40
from bzrlib.tests.test_transport import TestTransportImplementation
41
41
from bzrlib.transport import memory, chroot
42
 
from bzrlib.transport.smart import medium
 
42
from bzrlib.smart import medium
43
43
import bzrlib.transport
44
44
 
45
45