summaryrefslogtreecommitdiff
path: root/numpy/dft
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/dft')
-rw-r--r--numpy/dft/tests/test_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/dft/tests/test_helper.py b/numpy/dft/tests/test_helper.py
index e8dd36165..3742966c8 100644
--- a/numpy/dft/tests/test_helper.py
+++ b/numpy/dft/tests/test_helper.py
@@ -6,7 +6,7 @@
import sys
from numpy.testing import *
set_package_path()
-from numpy.corefft import fftshift,ifftshift,fftfreq
+from numpy.dft import fftshift,ifftshift,fftfreq
del sys.path[0]
from numpy import pi