File Manager

Path: /proc/self/root/opt/alt/python27/lib64/python2.7/site-packages/matplotlib/numerix/fft/

Viewing File: __init__.py

try:
    from numpy.oldnumeric.fft import *
except ImportError:
    from numpy.dft.old import *