Using import * is bad, mmmkay --- tests/all_cl.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/all_cl.tests b/tests/all_cl.tests index 0ce02be..367319a 100644 --- a/tests/all_cl.tests +++ b/tests/all_cl.tests @@ -5,8 +5,8 @@ import os import os.path as path -from framework.core import * -from framework.exectest import * +from framework.core import Group, TestProfile +from framework.exectest import PlainExecTest ###### # Helper functions -- 1.8.1.5 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
