Signed-off-by: Dylan Baker <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
