summaryrefslogtreecommitdiff
path: root/numpy/numarray/fft.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-10 23:31:53 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-10 23:31:53 +0000
commit6628b4156a2a7ee74cf284cbdb765dc5a06ddbc2 (patch)
tree60e0af5f8743e49184e26089e45e748dfe4ccff4 /numpy/numarray/fft.py
parente74b65af13735872f42adc1553ada2479d7dd11f (diff)
downloadnumpy-6628b4156a2a7ee74cf284cbdb765dc5a06ddbc2.tar.gz
Finish adding the rest of numarray compatibility
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