summaryrefslogtreecommitdiff
path: root/numpy/dft/fftpack.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/dft/fftpack.py')
-rw-r--r--numpy/dft/fftpack.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/dft/fftpack.py b/numpy/dft/fftpack.py
index eebbc73a5..6310ca071 100644
--- a/numpy/dft/fftpack.py
+++ b/numpy/dft/fftpack.py
@@ -26,7 +26,8 @@ __all__ = ['fft','inverse_fft', 'ifft', 'real_fft', 'refft',
'fft2d', 'inverse_fft2d', 'real_fftnd', 'real_fft2d',
'inverse_real_fftnd', 'inverse_real_fft2d','fftn','ifftn']
-from numpy.core import *
+from numpy.core import asarray, zeros, swapaxes, shape, Complex, conjugate, \
+ Float, take
import fftpack_lite as fftpack
from helper import *