Ejemplo n.º 1
0
 def reload_conf(self):
     conf = Config()
     conf.load()
     conf.load_repo(self.path)
     self.conf = conf
     return conf
Ejemplo n.º 2
0
 def reload_conf(self):
     conf = Config()
     conf.load()
     conf.load_repo(self.path)
     self.conf = conf
     return conf