[Piglit] [PATCH 01/10] all_cl.tests: Replace * with explict imports

Dylan Baker baker.dylan.c at gmail.com
Mon Sep 9 16:34:09 PDT 2013


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



More information about the Piglit mailing list