diff options
Diffstat (limited to 'numpy/doc/internals.py')
-rw-r--r-- | numpy/doc/internals.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/internals.py b/numpy/doc/internals.py index d7b6d3c93..ed2991a32 100644 --- a/numpy/doc/internals.py +++ b/numpy/doc/internals.py @@ -160,5 +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 +from __future__ import division, absolute_import |