blob: 900be318b1a25f9ac14ab1153b4b8dc6d1aa13c4 [file] [log] [blame]
import os,sys
##add the python path to lookup the utils
working_dir = os.path.dirname(os.path.realpath(sys.argv[-1]))
utils_dir = os.path.join(working_dir, '../utils')
__path__.append(utils_dir)