Ejemplo n.º 1
0
 def __init__(self):
     Component.__init__(self)
     UseCertificateComponent.__init__(self)
Ejemplo n.º 2
0
 def __init__(self):
     self.auth = None
     self.core = None
     Component.__init__(self)
Ejemplo n.º 3
0
 def __init__(self):
     self.CONFIG_FILES = {}
     self.core = None
     self.TEMPLATE_PATH = None
     Component.__init__(self)