blob: a881eb604de46199430115931c0dea673f4f75f6 [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')
fsm_dir = os.path.join(working_dir, '../fsm')
__path__.append(utils_dir)
__path__.append(fsm_dir)