コード例 #1
0
ファイル: core_component.py プロジェクト: maximerobin/Ufwi
 def __init__(self):
     Component.__init__(self)
     UseCertificateComponent.__init__(self)
コード例 #2
0
ファイル: simple_component.py プロジェクト: maximerobin/Ufwi
 def __init__(self):
     self.auth = None
     self.core = None
     Component.__init__(self)
コード例 #3
0
 def __init__(self):
     self.CONFIG_FILES = {}
     self.core = None
     self.TEMPLATE_PATH = None
     Component.__init__(self)