This is bad --- tests/igt.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/igt.tests b/tests/igt.tests index 7890a8a..826ba78 100644 --- a/tests/igt.tests +++ b/tests/igt.tests @@ -28,8 +28,8 @@ import sys import subprocess from os import path -from framework.core import * -from framework.exectest import * +from framework.core import testBinDir, TestProfile +from framework.exectest import ExecTest ############################################################################# ##### IGTTest: Execute an intel-gpu-tools test -- 1.8.1.5 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
