blob: 29c489f0bf3c664075ea68e845b0aea1fdeb8041 [file] [log] [blame]
import sys, os
curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
sys.path.append(os.path.join(curr_path, '../common/'))
sys.path.insert(0, os.path.join(curr_path, '../../../python'))
import models
import get_data