diff options
Diffstat (limited to 'numpy/dft/fftpack.py')
-rw-r--r-- | numpy/dft/fftpack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/dft/fftpack.py b/numpy/dft/fftpack.py index d95c87667..fdaf65bce 100644 --- a/numpy/dft/fftpack.py +++ b/numpy/dft/fftpack.py @@ -26,7 +26,7 @@ __all__ = ['fft','inverse_fft', 'ifft', 'real_fft', 'refft', 'inverse_real_fft', 'inverse_fft2d', 'real_fftnd', 'real_fft2d', 'inverse_real_fftnd', 'inverse_real_fft2d',] -from scipy.base import * +from numpy.base import * import fftpack_lite as fftpack from helper import * |