Searched refs:scripts_lib_path (Results 1 – 3 of 3) sorted by relevance
17 scripts_lib_path = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', … variable18 sys.path.insert(0, scripts_lib_path)
24 scripts_lib_path = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', … variable25 sys.path.insert(0, scripts_lib_path)
22 scripts_lib_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'lib') variable23 sys.path.insert(0, scripts_lib_path)