diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-05-02 23:20:22 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-05-02 23:20:22 +0000 |
commit | 087ef6d0965df5572288b51773e1f6d61567db71 (patch) | |
tree | 49ec7ddc08898d0cc798ce87953d61649b77aa97 /numpy/lib | |
parent | f544e777b5124da236b2fb2afefcf310f025042f (diff) | |
download | numpy-087ef6d0965df5572288b51773e1f6d61567db71.tar.gz |
numpy.lib.scimath --> numpy.emath
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/__init__.py b/numpy/lib/__init__.py index e5778d230..286f5bfe5 100644 --- a/numpy/lib/__init__.py +++ b/numpy/lib/__init__.py @@ -9,7 +9,7 @@ from shape_base import * from twodim_base import * from ufunclike import * -import scimath as nmath +import scimath as emath from polynomial import * from machar import * from getlimits import * |