File Manager

Path: /opt/alt/python27/lib64/python2.7/site-packages/matplotlib/numerix/random_array/

Viewing File: __init__.py

try:
    from numpy.oldnumeric.random_array import *
except ImportError:
    from numpy.random import *