diff options
Diffstat (limited to 'runtests.py')
-rwxr-xr-x | runtests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests.py b/runtests.py index 9376ae55f..957cbef10 100755 --- a/runtests.py +++ b/runtests.py @@ -24,6 +24,7 @@ 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 |