From 16dfc8df20c6befeed423217a2e0f5ae59b5a04d Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Mon, 18 Mar 2013 13:15:42 -0400 Subject: Use smarter defaults which can handle data from Bjorns scripts. --- run/executable/executable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run/executable/executable.py') 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 @@ import sys import subprocess import signal -from ..litmus_util import is_executable +from common import is_executable class Executable(object): '''Parent object that represents an executable for use in task-sets.''' -- cgit v1.2.2