diff options
Diffstat (limited to 'numpy/lib/stride_tricks.py')
-rw-r--r-- | numpy/lib/stride_tricks.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/lib/stride_tricks.py b/numpy/lib/stride_tricks.py index 7358be222..b82537024 100644 --- a/numpy/lib/stride_tricks.py +++ b/numpy/lib/stride_tricks.py @@ -5,6 +5,8 @@ An explanation of strides can be found in the "ndarray.rst" file in the NumPy reference guide. """ +from __future__ import division + import numpy as np __all__ = ['broadcast_arrays'] |