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

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


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

diff --git a/framework/shader_test.py b/framework/shader_test.py
index 6dbb80d..7da6626 100755
--- a/framework/shader_test.py
+++ b/framework/shader_test.py
@@ -29,8 +29,8 @@ import re
 import sys
 import textwrap
 
-from core import testBinDir, Group, Test, TestResult, Environment
-from exectest import PlainExecTest
+from .core import testBinDir, Group, Test, TestResult, Environment
+from .exectest import PlainExecTest
 
 """This module enables running shader tests.
 
-- 
1.8.5.3



More information about the Piglit mailing list