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

Move bzrlib.transport.smart to bzrlib.smart

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
 
203
203
 
204
204
# Promote some attributes from submodules into this namespace
205
 
from bzrlib.transport.smart.request import SmartServerRequestHandler
 
205
from bzrlib.smart.request import SmartServerRequestHandler
206
206
 
207
207