diff options
Diffstat (limited to 'numpy/doc/internals.py')
-rw-r--r-- | numpy/doc/internals.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/doc/internals.py b/numpy/doc/internals.py index a74429368..d7b6d3c93 100644 --- a/numpy/doc/internals.py +++ b/numpy/doc/internals.py @@ -160,3 +160,5 @@ when accessing elements of an array. Granted, it goes against the grain, but it is more in line with Python semantics and the natural order of the data. """ +from __future__ import division + |