def config_par_remove(self, name): c = utils.config(config_path) c.config_remove(name) logger.info("parameter %s in %s was removed" % (name, config_path))
def db_renew(self): config = utils.config(config_path) (serverList) = config.config_parse() self.wdb.renew(serverList) logger.info("database was updated")