100
100
class TransportListRegistry(registry.Registry):
101
101
"""A registry which simplifies tracking available Transports.
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 )