Exemplo n.º 1
0
 def __init__(self, **kwargs):
     Object.__init__(self, **kwargs)
     self.configuration_directory = os.path.join(os.path.expanduser('~'),
                                                 '.cfgui')
     self.plugins = {}
Exemplo n.º 2
0
 def __init__(self, application, **kwargs):
     Object.__init__(self, **kwargs)
     self.application = application
     self.enabled = None
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     _Object.__init__(self, *args, **kwargs)
     self.logger.set_format(
         '[%(asctime)s %(name)s.%(funcName)s %(levelname)-8s] %(message)s')
Exemplo n.º 4
0
 def __init__(self):
     Object.__init__(self)
Exemplo n.º 5
0
 def __init__(self):
     Object.__init__(self)