diff options
Diffstat (limited to 'run/executable/executable.py')
-rw-r--r-- | run/executable/executable.py | 2 |
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 @@ | |||
1 | import sys | 1 | import sys |
2 | import subprocess | 2 | import subprocess |
3 | import signal | 3 | import signal |
4 | from ..litmus_util import is_executable | 4 | from common import is_executable |
5 | 5 | ||
6 | class Executable(object): | 6 | class 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.''' |