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