~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/medium.py

Move bzrlib.transport.smart to bzrlib.smart

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import socket
29
29
 
30
30
from bzrlib import errors
31
 
from bzrlib.transport.smart import protocol
 
31
from bzrlib.smart import protocol
32
32
try:
33
33
    from bzrlib.transport import ssh
34
34
except errors.ParamikoNotPresent: