aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-12-19 11:17:40 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2012-12-19 11:17:40 -0500
commit104faa29d24fa1976941c0ccf53a343c926772c7 (patch)
tree08b082770fde5a79de8a2316f6e2d281c5d24850
parentb43b83beead92ff7cf28a5fe5a2710537268aae1 (diff)
Fix
-rwxr-xr-xrun_exps.py8
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 @@
2from __future__ import print_function 2from __future__ import print_function
3 3
4import config.config as conf 4import config.config as conf
5import experiment.litmus_util as lu 5import run.litmus_util as lu
6import os 6import os
7import re 7import re
8import shutil 8import shutil
@@ -10,9 +10,9 @@ import traceback
10 10
11from common import load_params 11from common import load_params
12from optparse import OptionParser 12from optparse import OptionParser
13from experiment.executable.executable import Executable 13from run.executable.executable import Executable
14from experiment.experiment import Experiment,ExperimentDone 14from run.experiment import Experiment,ExperimentDone
15from experiment.proc_entry import ProcEntry 15from run.proc_entry import ProcEntry
16 16
17def InvalidKernel(Exception): 17def InvalidKernel(Exception):
18 def __init__(self, kernel): 18 def __init__(self, kernel):