/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/smart/protocol.py

Move bzrlib.transport.smart to bzrlib.smart

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from cStringIO import StringIO
23
23
 
24
24
from bzrlib import errors
25
 
from bzrlib.transport.smart import (
 
25
from bzrlib.smart import (
26
26
    request,
27
27
    vfs,
28
28
    )