[Piglit] [PATCH 09/10] sanity.tests: Replace import * with explicit imports

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


import * is bad, mmmkay
---
 tests/sanity.tests | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/sanity.tests b/tests/sanity.tests
index baff0db..8fd6bfa 100644
--- a/tests/sanity.tests
+++ b/tests/sanity.tests
@@ -2,8 +2,8 @@
 # Minimal tests to check whether the installation is working
 #
 
-from framework.core import *
-from framework.gleantest import *
+from framework.core import Group, TestProfile
+from framework.gleantest import GleanTest
 
 glean = Group()
 glean['basic'] = GleanTest('basic')
-- 
1.8.1.5



More information about the Piglit mailing list