示例#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
 def __init__(self, consumer):
     context = Context(consumer)
     context.watchdog = Services.watchdog
     context.ctag = Services.CTAG
     self.context = context