diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-04 23:35:03 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-04 23:35:03 +0000 |
commit | 06ad6340a1d6ec0adc6faf280b9030946efe2c7f (patch) | |
tree | 8ded88b9d636abec5d2ff210ff023e4dd44e3efa /numpy/lib/UserArray.py | |
parent | f1cca04886d4f63f7b1ed5b382986af3a9ee6a61 (diff) | |
download | numpy-06ad6340a1d6ec0adc6faf280b9030946efe2c7f.tar.gz |
Add back a compatibility UserArray.
Diffstat (limited to 'numpy/lib/UserArray.py')
-rw-r--r-- | numpy/lib/UserArray.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/lib/UserArray.py b/numpy/lib/UserArray.py new file mode 100644 index 000000000..0245fe5e9 --- /dev/null +++ b/numpy/lib/UserArray.py @@ -0,0 +1,3 @@ +from user_array import container as UserArray +import warnings +warnings.warn('UserArray.UserArray is deprecated use user_array.container') |