From 490712cd35dcecfc9423de4bde0b29cb012dda25 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 4 Jan 2006 21:05:36 +0000 Subject: More numpy fixes... --- numpy/dft/fftpack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/dft/fftpack.py') diff --git a/numpy/dft/fftpack.py b/numpy/dft/fftpack.py index fdaf65bce..2cd3d8f8a 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 numpy.base import * +from numpy.core import * import fftpack_lite as fftpack from helper import * -- cgit v1.2.1