Searched refs:config_file (Results 1 – 2 of 2) sorted by relevance
236 def load_config(config_file): argument237 if not os.path.exists(config_file):238 log_exit("can't find config_file: %s" % config_file)241 with open(config_file, 'r') as fh:245 execfile(config_file, config)
200 def load_config_file(config_file): argument202 tree = ET.parse(config_file)