[Piglit] [PATCH 04/10] igt.tests: Remove from ... import * syntax
Dylan Baker
baker.dylan.c at gmail.com
Mon Sep 9 16:34:12 PDT 2013
This is bad
---
tests/igt.tests | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/igt.tests b/tests/igt.tests
index 7890a8a..826ba78 100644
--- a/tests/igt.tests
+++ b/tests/igt.tests
@@ -28,8 +28,8 @@ import sys
import subprocess
from os import path
-from framework.core import *
-from framework.exectest import *
+from framework.core import testBinDir, TestProfile
+from framework.exectest import ExecTest
#############################################################################
##### IGTTest: Execute an intel-gpu-tools test
--
1.8.1.5
More information about the Piglit
mailing list