blob: 6bbc94993123593e649b1af8f6af1fe80f14b54a [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, '../fsm')
__path__.append(utils_dir)