summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtests.py b/runtests.py
index a38054f86..d36e5bd39 100755
--- a/runtests.py
+++ b/runtests.py
@@ -29,8 +29,6 @@ Generate C code coverage listing under build/lcov/:
$ python runtests.py --lcov-html
"""
-from __future__ import division, print_function
-
#
# This is a generic test runner script for projects using NumPy's test
# framework. Change the following values to adapt to your project: