Exemplo n.º 1
0
 def __init__(self, user_account_key, vumi_api):
     JSONRPC.__init__(self)
     GoApiSubHandler.__init__(self, user_account_key, vumi_api)
     self.putSubHandler('conversation',
                        ConversationSubhandler(user_account_key, vumi_api))
     self.putSubHandler('router',
                        RouterSubhandler(user_account_key, vumi_api))
Exemplo n.º 2
0
 def __init__(self, lop_manager):
     JSONRPC.__init__(self)
     self.lop = lop_manager
Exemplo n.º 3
0
 def __init__(self, tagpool):
     JSONRPC.__init__(self)
     self.tagpool = tagpool
Exemplo n.º 4
0
 def __init__(self, tagpool):
     JSONRPC.__init__(self)
     self.tagpool = tagpool