예제 #1
0
파일: pulpagent.py 프로젝트: bartwo/pulp
 def __init__(self, consumer):
     context = Context(consumer)
     context.watchdog = Services.watchdog
     context.ctag = Services.CTAG
     self.context = context
예제 #2
0
파일: pulpagent.py 프로젝트: tomlanyon/pulp
 def __init__(self, consumer):
     context = Context(consumer)
     context.watchdog = Services.watchdog
     context.ctag = Services.CTAG
     self.context = context