test_ok1/py/apigen/source/path.py

3 lines
94 B
Python

import os, sys
sys.path = ['/'.join(os.path.dirname(__file__).split(os.sep)[:-3])] + sys.path