~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

Merge integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
608
608
register_lazy_transport('https://', 'bzrlib.transport.http', 'HttpTransport')
609
609
register_lazy_transport('ftp://', 'bzrlib.transport.ftp', 'FtpTransport')
610
610
register_lazy_transport('aftp://', 'bzrlib.transport.ftp', 'FtpTransport')
611
 
register_lazy_transport('memory://', 'bzrlib.transport.memory', 'MemoryTransport')
 
611
register_lazy_transport('memory:/', 'bzrlib.transport.memory', 'MemoryTransport')
612
612
register_lazy_transport('readonly+', 'bzrlib.transport.readonly', 'ReadonlyTransportDecorator')