Searched refs:PATH_LIST (Results 1 – 2 of 2) sorted by relevance
31 PATH_LIST = gm.return_path_list() variable42 global PATH_LIST46 for path in PATH_LIST:106 global PATH_LIST112 + gp.sprint_var(PATH_LIST)
382 PATH_LIST = os.environ["PATH"].split(":")383 PATH_LIST = [os.path.normpath(path) + os.sep for path in PATH_LIST]385 return PATH_LIST