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

  • Committer: John Arbash Meinel
  • Date: 2007-04-11 01:29:20 UTC
  • mfrom: (2402 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2403.
  • Revision ID: john@arbash-meinel.com-20070411012920-wnp7rnqdwe13xmhx
[merge] bzr.dev 2402

Show diffs side-by-side

added added

removed removed

Lines of Context:
1251
1251
                        'bzrlib.transport.fakevfat',
1252
1252
                        'FakeVFATTransportDecorator')
1253
1253
register_lazy_transport('bzr://',
1254
 
                        'bzrlib.transport.smart',
 
1254
                        'bzrlib.transport.remote',
1255
1255
                        'SmartTCPTransport')
1256
1256
register_lazy_transport('bzr+http://',
1257
 
                        'bzrlib.transport.smart',
 
1257
                        'bzrlib.transport.remote',
1258
1258
                        'SmartHTTPTransport')
1259
1259
register_lazy_transport('bzr+ssh://',
1260
 
                        'bzrlib.transport.smart',
 
1260
                        'bzrlib.transport.remote',
1261
1261
                        'SmartSSHTransport')