diff options
Diffstat (limited to 'numpy/testing/__init__.py')
-rw-r--r-- | numpy/testing/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py index f391c8053..19b0d2052 100644 --- a/numpy/testing/__init__.py +++ b/numpy/testing/__init__.py @@ -3,7 +3,9 @@ This single module should provide all the common functionality for numpy tests in a single location, so that test scripts can just import it and work right away. + """ +from __future__ import division from unittest import TestCase |