Ejemplo n.º 1
0
 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)
Ejemplo n.º 3
0
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     self._protos[PROTOCOL] = qgvConnection
     print "CM constructed"
Ejemplo n.º 4
0
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     logger.debug('init')
     self._implement_protocol('vk', vkProtocol)
Ejemplo n.º 5
0
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     logger.debug('init')
     self._implement_protocol('vk',vkProtocol)
Ejemplo n.º 6
0
 def __init__(self, shutdown_func=None):
     ConnectionManager.__init__(self, PROGRAM)
     self._implement_protocol(PROTOCOL, FooProtocol)