From 9d8e2024ff9014fa2fd9a29812cec615dff6feb9 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Sat, 5 Aug 2006 01:20:56 +0000 Subject: More fixes to backward compatibility --- numpy/oldnumeric/user_array.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 numpy/oldnumeric/user_array.py (limited to 'numpy/oldnumeric/user_array.py') 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 -- cgit v1.2.1