summaryrefslogtreecommitdiff
path: root/numpy/numarray/fft.py
blob: 158c8807e85cc408e0f3c40e3fe665f8734c03dc (plain)
1
2
3
4
5
6
7
8
from __future__ import division

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

__all__ = nof.__all__

del nof