summaryrefslogtreecommitdiff
path: root/numpy/numarray/fft.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/fft.py')
-rw-r--r--numpy/numarray/fft.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/numpy/numarray/fft.py b/numpy/numarray/fft.py
index e69de29bb..c7ac6a27e 100644
--- a/numpy/numarray/fft.py
+++ b/numpy/numarray/fft.py
@@ -0,0 +1,7 @@
+
+from numpy.oldnumeric.fft import *
+import numpy.oldnumeric.fft as nof
+
+__all__ = nof.__all__
+
+del nof