[Piglit] [PATCH 02/10] es3conform.tests: Remove import from *

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


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



More information about the Piglit mailing list