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