Ejemplo n.º 1
0
 def get_conf(self):
     return conf.getConfig()
Ejemplo n.º 2
0
 def __init__(self, **kwargs):
     if 'conf' in kwargs.keys():
         self.conf = kwargs['conf']
     else:
         from lib.config import ConfigManager
         self.conf = ConfigManager.getConfig()