diff options
Diffstat (limited to 'numpy/doc/howtofind.py')
-rw-r--r-- | numpy/doc/howtofind.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/doc/howtofind.py b/numpy/doc/howtofind.py index 29ad05318..8e6793c48 100644 --- a/numpy/doc/howtofind.py +++ b/numpy/doc/howtofind.py @@ -7,3 +7,5 @@ How to Find Stuff How to find things in NumPy. """ +from __future__ import division + |