Home
last modified time | relevance | path

Searched refs:fife_path (Results 1 – 2 of 2) sorted by relevance

/dports/games/py-fife/fifengine-0.4.2/tests/fife_test/
H A Drun.py30 fife_path = os.path.join('..','..','engine','python','fife') variable
31 if os.path.isdir(fife_path) and fife_path not in sys.path:
32 sys.path.insert(0,fife_path)
/dports/games/py-fife/fifengine-0.4.2/tests/swig_tests/
H A Dswig_test_utils.py28 fife_path = os.path.join('..','..','engine','python') variable
29 if os.path.isdir(fife_path) and fife_path not in sys.path:
30 sys.path.insert(0,fife_path)