Ejemplo n.º 1
0
 def __init__(self, config, http, bot):
     ProtectedResource.__init__(self, http)
     self.dispatcher = PostReceiveDispatcher(config, bot)
Ejemplo n.º 2
0
 def __init__(self, http, dispatcher):
     ProtectedResource.__init__(self, http)
     self.dispatcher = dispatcher
Ejemplo n.º 3
0
 def __init__(self, http, alerter):
     ProtectedResource.__init__(self, http)
     self.alerter = alerter
Ejemplo n.º 4
0
 def __init__(self, http, monitor):
     ProtectedResource.__init__(self, http)
     self.monitor = monitor
Ejemplo n.º 5
0
 def __init__(self, http, watchdog):
     ProtectedResource.__init__(self, http)
     self.watchdog = watchdog