[Piglit] [PATCH 06/10] r300.tests: remove imports

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


There is absolutely no need to import anything except os.path into the
r300 tests, since the rest is imported when executing
quick-drivers.tests
---
 tests/r300.tests | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/r300.tests b/tests/r300.tests
index 78f457f..2c48764 100644
--- a/tests/r300.tests
+++ b/tests/r300.tests
@@ -8,9 +8,6 @@ global profile
 
 execfile(os.path.dirname(__file__) + '/quick-driver.tests')
 
-from framework.core import *
-from framework.gleantest import *
-
 # glean/blendFunc
 #   R300 blending hardware appears to be bad
 env = profile.tests['glean']['blendFunc'].env
-- 
1.8.1.5



More information about the Piglit mailing list