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

3 lines
147 B
Python
Executable File

import sys, os
curmodulepath = os.path.dirname( os.path.abspath(__file__) )
sys.path.append(os.path.abspath(os.path.join(curmodulepath,'..','..')))