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

Move bzrlib.transport.smart to bzrlib.smart

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
from bzrlib import bzrdir, remote, tests
25
25
from bzrlib.transport import remote as remote_transport
26
 
from bzrlib.transport import smart
27
 
from bzrlib.transport.smart import server
 
26
from bzrlib import smart
 
27
from bzrlib.smart import server
28
28
from bzrlib.bzrdir import BzrDir, BzrDirFormat
29
29
from bzrlib.remote import RemoteBzrDir, RemoteBzrDirFormat
30
30
from bzrlib.branch import Branch