aboutsummaryrefslogtreecommitdiff
path: root/tests/r500.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/r500.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/r500.tests')
-rw-r--r--tests/r500.tests3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/r500.tests b/tests/r500.tests
index 32c8d5b1..7276ac26 100644
--- a/tests/r500.tests
+++ b/tests/r500.tests
@@ -3,8 +3,7 @@
# Testing the r500 DRI driver
#
-import os
-import re
+import os.path
execfile(os.path.dirname(__file__) + '/quick-driver.tests')