diff options
Diffstat (limited to 'numpy/numarray/fft.py')
-rw-r--r-- | numpy/numarray/fft.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/numpy/numarray/fft.py b/numpy/numarray/fft.py deleted file mode 100644 index c7ac6a27e..000000000 --- a/numpy/numarray/fft.py +++ /dev/null @@ -1,7 +0,0 @@ - -from numpy.oldnumeric.fft import * -import numpy.oldnumeric.fft as nof - -__all__ = nof.__all__ - -del nof |