[Piglit] [RESEND Patch V2 07/16] framework/exectest.py: Use explicit relative imports
Dylan Baker
baker.dylan.c at gmail.com
Thu Jan 23 09:08:02 PST 2014
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
framework/exectest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/exectest.py b/framework/exectest.py
index 98ae389..84b8bf2 100644
--- a/framework/exectest.py
+++ b/framework/exectest.py
@@ -26,7 +26,7 @@ import subprocess
import threading
import shlex
-from core import Test, testBinDir, TestResult
+from .core import Test, testBinDir, TestResult
# Platform global variables
--
1.8.5.3
More information about the Piglit
mailing list