[Piglit] [RESEND Patch V2 09/16] framework/gleantest.py: use explicit relative imports

Dylan Baker baker.dylan.c at gmail.com
Thu Jan 23 09:08:04 PST 2014


Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 framework/gleantest.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/gleantest.py b/framework/gleantest.py
index 58abf75..bfef61a 100644
--- a/framework/gleantest.py
+++ b/framework/gleantest.py
@@ -23,8 +23,8 @@
 
 import os
 
-from core import testBinDir
-from exectest import ExecTest
+from .core import testBinDir
+from .exectest import ExecTest
 
 glean_executable = os.path.join(testBinDir, "glean")
 
-- 
1.8.5.3



More information about the Piglit mailing list