def config_parser(): path = os.path.join(paths.CONFIG_PATH, CONFIG_FILE) if not os.path.exists(path): init_conf(path) sys.exit( logger.sysinfo("Please set the tentacle config in %s..." % CONFIG_FILE)) load_conf(path)
def config_parser(): path = os.path.join(paths.CONFIG_PATH, "tentacle.conf") if not os.path.exists(path): init_conf(path) load_conf(path)
def config_parser(): path = os.path.join(paths.CONFIG_PATH, CONFIG_FILE) if not os.path.exists(path): init_conf(path) load_conf(path)
def config_parser(): path = os.path.join(paths.CONFIG_PATH, "HJPOC.conf") load_conf(path)