~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Martin Pool
  • Date: 2008-09-02 04:34:23 UTC
  • mto: This revision was merged to the branch mainline in revision 3684.
  • Revision ID: mbp@sourcefrog.net-20080902043423-bjnv3wj9fltjvbrj
Merge and update log+ transport decorator

Show diffs side-by-side

added added

removed removed

Lines of Context:
1758
1758
register_lazy_transport('fakenfs+', 'bzrlib.transport.fakenfs',
1759
1759
                        'FakeNFSTransportDecorator')
1760
1760
 
 
1761
register_transport_proto('log+')
 
1762
register_lazy_transport('log+', 'bzrlib.transport.log', 'TransportLogDecorator')
 
1763
 
1761
1764
register_transport_proto('trace+')
1762
1765
register_lazy_transport('trace+', 'bzrlib.transport.trace',
1763
1766
                        'TransportTraceDecorator')