Searched refs:command_guide_path (Results 1 – 2 of 2) sorted by relevance
238 command_guide_path = os.path.join(basedir, command_guide_subpath) variable244 with open(os.path.join(command_guide_path, name)) as f:259 with open(os.path.join(command_guide_path, name)) as f:276 for name in os.listdir(command_guide_path):
234 command_guide_path = os.path.join(basedir, command_guide_subpath) variable235 for name in os.listdir(command_guide_path):242 with open(os.path.join(command_guide_path, name)) as f: