summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/user_array.py
blob: d7975d8a7a3e5222e817860e582b1188029bbf60 (plain)
1
2
3
4
5
6
7
8
9


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