aboutsummaryrefslogtreecommitdiffstats
path: root/run/executable/executable.py
diff options
context:
space:
mode:
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.'''