Its a bad idea, this is cleaner and clearer. --- tests/es3conform.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/es3conform.tests b/tests/es3conform.tests index b533bb7..c79b20f 100644 --- a/tests/es3conform.tests +++ b/tests/es3conform.tests @@ -26,8 +26,8 @@ import sys from os import path from glob import glob -from framework.core import * -from framework.exectest import * +from framework.core import TestProfile, testBinDir +from framework.exectest import ExecTest ############################################################################# ##### GTFTest: Execute a sub-test of the Khronos ES 3.0 Conformance suite. -- 1.8.1.5 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
