[Piglit] [RESEND Patch V2 11/16] framework/glsl_parser_test.py: explicit relative imports
Dylan Baker
baker.dylan.c at gmail.com
Thu Jan 23 09:08:06 PST 2014
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
framework/glsl_parser_test.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/framework/glsl_parser_test.py b/framework/glsl_parser_test.py
index eadf71f..4a45d3d 100755
--- a/framework/glsl_parser_test.py
+++ b/framework/glsl_parser_test.py
@@ -37,10 +37,10 @@ import os.path as path
import re
import subprocess
import sys
-
-from core import Test, testBinDir, TestResult
from cStringIO import StringIO
-from exectest import PlainExecTest
+
+from .core import Test, testBinDir, TestResult
+from .exectest import PlainExecTest
def add_glsl_parser_test(group, filepath, test_name):
--
1.8.5.3
More information about the Piglit
mailing list