Example #1
0
 def __init__(self, dbpool, services):
    Pusher.__init__(self, dbpool, services)
Example #2
0
 def __init__(self, dbpool, services, reactor = None):
    Pusher.__init__(self, dbpool, services, reactor)
Example #3
0
 def __init__(self, dbpool, services, reactor=None):
     Pusher.__init__(self, dbpool, services, reactor)