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