fixed import

This commit is contained in:
Joshua E. Jodesty 2019-02-05 11:51:32 -05:00
parent 52fbac381c
commit 6b4ed2dfce
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from tabulate import tabulate
# The following imports NEED to be in the exact order
from SimCAD.engine import ExecutionMode, ExecutionContext, Executor
from validation import config1, config2
from simulations.validation import config1, config2
from SimCAD import configs
exec_mode = ExecutionMode()