Files
edx-platform/numpy-1.6.2/numpy/oldnumeric/user_array.py

10 lines
182 B
Python

from numpy.oldnumeric import *
from numpy.lib.user_array import container as UserArray
import numpy.oldnumeric as nold
__all__ = nold.__all__[:]
__all__ += ['UserArray']
del nold