/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

  • Committer: Martin Pool
  • Date: 2007-04-26 05:28:49 UTC
  • mfrom: (2458 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2461.
  • Revision ID: mbp@sourcefrog.net-20070426052849-ffc06nlmkpbvqata
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
# TODO: SmartBzrDir class, proxying all Branch etc methods across to another
200
200
# branch doing file-level operations.
201
201
#
 
202
 
 
203
 
 
204
# Promote some attributes from submodules into this namespace
 
205
from bzrlib.smart.request import SmartServerRequestHandler
 
206
 
 
207