diff options
Diffstat (limited to 'numpy/oldnumeric/user_array.py')
-rw-r--r-- | numpy/oldnumeric/user_array.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/oldnumeric/user_array.py b/numpy/oldnumeric/user_array.py new file mode 100644 index 000000000..d7975d8a7 --- /dev/null +++ b/numpy/oldnumeric/user_array.py @@ -0,0 +1,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 |