diff options
-rwxr-xr-x | run_exps.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/run_exps.py b/run_exps.py index 24f71e4..db476dd 100755 --- a/run_exps.py +++ b/run_exps.py | |||
@@ -2,7 +2,7 @@ | |||
2 | from __future__ import print_function | 2 | from __future__ import print_function |
3 | 3 | ||
4 | import config.config as conf | 4 | import config.config as conf |
5 | import experiment.litmus_util as lu | 5 | import run.litmus_util as lu |
6 | import os | 6 | import os |
7 | import re | 7 | import re |
8 | import shutil | 8 | import shutil |
@@ -10,9 +10,9 @@ import traceback | |||
10 | 10 | ||
11 | from common import load_params | 11 | from common import load_params |
12 | from optparse import OptionParser | 12 | from optparse import OptionParser |
13 | from experiment.executable.executable import Executable | 13 | from run.executable.executable import Executable |
14 | from experiment.experiment import Experiment,ExperimentDone | 14 | from run.experiment import Experiment,ExperimentDone |
15 | from experiment.proc_entry import ProcEntry | 15 | from run.proc_entry import ProcEntry |
16 | 16 | ||
17 | def InvalidKernel(Exception): | 17 | def InvalidKernel(Exception): |
18 | def __init__(self, kernel): | 18 | def __init__(self, kernel): |