diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-04 23:38:27 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-04 23:38:27 +0000 |
commit | 9d98d9d5e3668d3b8da3bb3019a28d6e945d6fad (patch) | |
tree | ea12be1cec790a5d8e5bfc354ea2ccd68c1ebec1 /numpy/lib/UserArray.py | |
parent | 06ad6340a1d6ec0adc6faf280b9030946efe2c7f (diff) | |
download | numpy-9d98d9d5e3668d3b8da3bb3019a28d6e945d6fad.tar.gz |
Add back dft stub and alter warning.
Diffstat (limited to 'numpy/lib/UserArray.py')
-rw-r--r-- | numpy/lib/UserArray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/UserArray.py b/numpy/lib/UserArray.py index 0245fe5e9..88da4952c 100644 --- a/numpy/lib/UserArray.py +++ b/numpy/lib/UserArray.py @@ -1,3 +1,3 @@ from user_array import container as UserArray import warnings -warnings.warn('UserArray.UserArray is deprecated use user_array.container') +warnings.warn('UserArray.UserArray will be removed by 1.0final use user_array.container') |