Files
edx-platform/numpy-1.6.2/numpy/numarray/fft.py

8 lines
103 B
Python

from numpy.oldnumeric.fft import *
import numpy.oldnumeric.fft as nof
__all__ = nof.__all__
del nof