interactive-mining/interactive-mining-3rdparty.../madis/src/functions/aggregate/setpath.py

3 lines
147 B
Python
Raw Normal View History

2017-05-16 13:39:11 +02:00
import sys, os
curmodulepath = os.path.dirname( os.path.abspath(__file__) )
sys.path.append(os.path.abspath(os.path.join(curmodulepath,'..','..')))