aboutsummaryrefslogtreecommitdiff
path: root/tests/quick.tests
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-10-12 12:10:17 +0200
committerPaul Berry <stereotype441@gmail.com>2011-10-13 09:46:24 -0700
commit8180661ad25fb5fc8e231fa488e0d9831963e775 (patch)
treec8227c289ceeba4198b70eba2dbac0e73dd520e8 /tests/quick.tests
parent88ecb306d3582091585f07e4c2087b4b6b51e461 (diff)
Cleanup unnecessary imports.
While browsing through the code, I found plenty of unnecessary imports in places where they were unnecessary. Signed-off-by: Matěj Cepl <mcepl@redhat.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>
Diffstat (limited to 'tests/quick.tests')
-rw-r--r--tests/quick.tests6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/quick.tests b/tests/quick.tests
index b2c32129..702a69f8 100644
--- a/tests/quick.tests
+++ b/tests/quick.tests
@@ -4,14 +4,10 @@
# Testing drivers for Radeon hardware
#
-import os
-import re
+import os.path
execfile(os.path.dirname(__file__) + '/all.tests')
-from framework.core import *
-from framework.gleantest import *
-
GleanTest.globalParams += [ "--quick" ]
del profile.tests['valgrind']