46
46
class TransportHooks(bzrlib.hooks.Hooks):
47
47
"""Dict-mapping hook name to a list of callables for transport hooks"""
51
52
# Invoked when the transport has just created a new connection.
52
53
# The api signature is (transport, connection, credentials)
53
54
self['_set_connection'] = []