~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

merge bzr.dev

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')