aboutsummaryrefslogtreecommitdiffstats
path: root/run/executable/executable.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-03-18 13:15:42 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2013-03-18 13:15:42 -0400
commit16dfc8df20c6befeed423217a2e0f5ae59b5a04d (patch)
tree722ff18b111f6ab2fc11fffa46e78889bd2d5708 /run/executable/executable.py
parent652a57b5a53e41e585c7e0d10601c807ba08c36f (diff)
Use smarter defaults which can handle data from Bjorns scripts.
Diffstat (limited to 'run/executable/executable.py')
-rw-r--r--run/executable/executable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/executable/executable.py b/run/executable/executable.py
index 0a408b7..02e35ae 100644
--- a/run/executable/executable.py
+++ b/run/executable/executable.py
@@ -1,7 +1,7 @@
1import sys 1import sys
2import subprocess 2import subprocess
3import signal 3import signal
4from ..litmus_util import is_executable 4from common import is_executable
5 5
6class Executable(object): 6class Executable(object):
7 '''Parent object that represents an executable for use in task-sets.''' 7 '''Parent object that represents an executable for use in task-sets.'''