diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 22:37:16 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 22:37:16 +0000 |
commit | 5cfcf93bf09c3a78654099ddcb3b7b184e8d4615 (patch) | |
tree | 2ba7ac321aa765f08bc2413f178fd74d4eb8c1ff /numpy/core/oldnumeric.py | |
parent | 490712cd35dcecfc9423de4bde0b29cb012dda25 (diff) | |
download | numpy-5cfcf93bf09c3a78654099ddcb3b7b184e8d4615.tar.gz |
More fixes...
Diffstat (limited to 'numpy/core/oldnumeric.py')
-rw-r--r-- | numpy/core/oldnumeric.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/oldnumeric.py b/numpy/core/oldnumeric.py index 833a2176e..3773af6cc 100644 --- a/numpy/core/oldnumeric.py +++ b/numpy/core/oldnumeric.py @@ -31,6 +31,8 @@ import multiarray as mu import umath as um import numerictypes as nt from numeric import asarray, array, correlate, outer, concatenate +from umath import sign, absolute, multiply +import numeric as _nx import sys _dt_ = nt.dtype2char |