Пример #1
0
 def __init__(self, config, http, bot):
     ProtectedResource.__init__(self, http)
     self.dispatcher = PostReceiveDispatcher(config, bot)
Пример #2
0
 def __init__(self, http, dispatcher):
     ProtectedResource.__init__(self, http)
     self.dispatcher = dispatcher
Пример #3
0
 def __init__(self, http, alerter):
     ProtectedResource.__init__(self, http)
     self.alerter = alerter
Пример #4
0
 def __init__(self, http, monitor):
     ProtectedResource.__init__(self, http)
     self.monitor = monitor
Пример #5
0
 def __init__(self, http, watchdog):
     ProtectedResource.__init__(self, http)
     self.watchdog = watchdog