def disconnected(self, conn): ConnectionManager.disconnected(self, conn)
def __init__(self): ConnectionManager.__init__(self, PROGRAM) # use telepathy magic to provide required methods self._protos[PROTOCOL] = caveConnection
def __init__(self, shutdown_func=None): ConnectionManager.__init__(self, PROGRAM) self._implement_protocol(PROTOCOL, SkykitProtocol)
def __init__(self): ConnectionManager.__init__(self, PROGRAM) # use telepathy magic to provide required methods self._protos[PROTOCOL] = qgvConnection print "CM constructed"
def __init__(self): ConnectionManager.__init__(self, PROGRAM) # use telepathy magic to provide required methods logger.debug('init') self._implement_protocol('vk', vkProtocol)
def __init__(self): ConnectionManager.__init__(self, PROGRAM) # use telepathy magic to provide required methods logger.debug('init') self._implement_protocol('vk',vkProtocol)
def __init__(self, shutdown_func=None): ConnectionManager.__init__(self, PROGRAM) self._implement_protocol(PROTOCOL, FooProtocol)