[Piglit] [PATCH 05/10] oglconform.tests: Remove import * syntax
Dylan Baker
baker.dylan.c at gmail.com
Mon Sep 9 16:34:13 PDT 2013
It's bad
---
tests/oglconform.tests | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/oglconform.tests b/tests/oglconform.tests
index 5a6048b..f89a262 100644
--- a/tests/oglconform.tests
+++ b/tests/oglconform.tests
@@ -25,8 +25,8 @@ import os
import re
import sys
-from framework.core import *
-from framework.exectest import *
+from framework.core import TestProfile, testBinDir
+from framework.exectest import ExecTest
from os import path
bin_oglconform = path.join(testBinDir, 'oglconform')
--
1.8.1.5
More information about the Piglit
mailing list