summaryrefslogtreecommitdiff
path: root/numpy/numarray/fft.py
blob: c7ac6a27edf8d0fff562d36549385ae3ec481a26 (plain)
1
2
3
4
5
6
7

from numpy.oldnumeric.fft import *
import numpy.oldnumeric.fft as nof

__all__ = nof.__all__

del nof