예제 #1
0
 def __init__(self, config, http, bot):
     ProtectedResource.__init__(self, http)
     self.dispatcher = PostReceiveDispatcher(config, bot)
예제 #2
0
파일: irc.py 프로젝트: anirudh2290/harold
 def __init__(self, http, dispatcher):
     ProtectedResource.__init__(self, http)
     self.dispatcher = dispatcher
예제 #3
0
파일: alerts.py 프로젝트: jalons/harold
 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