diff options
Diffstat (limited to 'numpy/oldnumeric/fft.py')
-rw-r--r-- | numpy/oldnumeric/fft.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/oldnumeric/fft.py b/numpy/oldnumeric/fft.py index 67f30c750..ace7d27d9 100644 --- a/numpy/oldnumeric/fft.py +++ b/numpy/oldnumeric/fft.py @@ -1,3 +1,4 @@ +from __future__ import division __all__ = ['fft', 'fft2d', 'fftnd', 'hermite_fft', 'inverse_fft', 'inverse_fft2d', 'inverse_fftnd', |