[Piglit] [PATCH 07/10] r500.tests: Remove import framework imports

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


These are provided by quick-drivers.tests, and do not need to be
reimported.
---
 tests/r500.tests | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/r500.tests b/tests/r500.tests
index 6eafa61..ebf3173 100644
--- a/tests/r500.tests
+++ b/tests/r500.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
 #   R500 blending hardware appears to be a bit better than R300
 env = profile.tests['glean']['blendFunc'].env
-- 
1.8.1.5



More information about the Piglit mailing list