sources for path.py [rev. 38799]
1
2
3
import os, sys
sys.path = ['/'.join(os.path.dirname(__file__).split(os.sep)[:-3])] + sys.path