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

Move bzrlib.transport.smart to bzrlib.smart

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import os
21
21
import threading
22
22
 
23
 
from bzrlib.transport.smart import medium
 
23
from bzrlib.smart import medium
24
24
from bzrlib import (
25
25
    trace,
26
26
    transport,