/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: Canonical.com Patch Queue Manager
  • Date: 2007-04-13 15:37:58 UTC
  • mfrom: (2413.2.1 rename-SmartTransport)
  • Revision ID: pqm@pqm.ubuntu.com-20070413153758-6rwva0hs3h07wmpl
(Andrew Bennetts) Rename Smart.*Transport classes to RemoteTransport, RemoteTCPTransport, etc.

Show diffs side-by-side

added added

removed removed

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