~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-06 07:41:14 UTC
  • mfrom: (3764.1.1 various)
  • Revision ID: pqm@pqm.ubuntu.com-20081006074114-ky4ocpmlyl6hb1wk
(vila) Fix trivial typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
class TransportListRegistry(registry.Registry):
101
101
    """A registry which simplifies tracking available Transports.
102
102
 
103
 
    A registration of a new protocol requires two step:
 
103
    A registration of a new protocol requires two steps:
104
104
    1) register the prefix with the function register_transport( )
105
105
    2) register the protocol provider with the function
106
106
    register_transport_provider( ) ( and the "lazy" variant )