diff options
Diffstat (limited to 'numpy/fft/helper.py')
-rw-r--r-- | numpy/fft/helper.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/fft/helper.py b/numpy/fft/helper.py index 796ac4c53..763d6684b 100644 --- a/numpy/fft/helper.py +++ b/numpy/fft/helper.py @@ -1,6 +1,9 @@ """ Discrete Fourier Transforms - helper.py + """ +from __future__ import division + # Created by Pearu Peterson, September 2002 __all__ = ['fftshift', 'ifftshift', 'fftfreq', 'rfftfreq'] |