コード例 #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