diff options
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 8a09d2fec..03e2afe6e 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -104,6 +104,7 @@ available as array methods, i.e. ``x = np.array([1,2,3]); x.sort()``. Exceptions to this rule are documented. """ +from __future__ import division # We first need to detect if we're being called as part of the numpy setup # procedure itself in a reliable manner. |