diff options
Diffstat (limited to 'numpy/doc/basics.py')
-rw-r--r-- | numpy/doc/basics.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/doc/basics.py b/numpy/doc/basics.py index 1d0f183e3..d50388282 100644 --- a/numpy/doc/basics.py +++ b/numpy/doc/basics.py @@ -136,3 +136,5 @@ value is inside an array or not. NumPy scalars also have many of the same methods arrays do. """ +from __future__ import division + |