aboutsummaryrefslogtreecommitdiffstats
path: root/testrunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner.py')
-rw-r--r--testrunner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testrunner.py b/testrunner.py
index 2b24bc20e..dc7c6f716 100644
--- a/testrunner.py
+++ b/testrunner.py
@@ -44,8 +44,7 @@ Run ctest on the last build.
See the notes in testing/command.py .
"""
-import sys
import testing
-import testing.blacklist # just to be sure it's us...
+import testing.blacklist # just to be sure it's us...
testing.main()