[Piglit] [Patch V2 08/16] framework/gleantest.py: Remove unused imports
Dylan Baker
baker.dylan.c at gmail.com
Thu Jan 23 09:05:41 PST 2014
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
framework/gleantest.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/framework/gleantest.py b/framework/gleantest.py
index d115c03..58abf75 100644
--- a/framework/gleantest.py
+++ b/framework/gleantest.py
@@ -22,9 +22,8 @@
# DEALINGS IN THE SOFTWARE.
import os
-import subprocess
-from core import checkDir, testBinDir, Test, TestResult
+from core import testBinDir
from exectest import ExecTest
glean_executable = os.path.join(testBinDir, "glean")
--
1.8.5.3
More information about the Piglit
mailing list