diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-05 06:44:20 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-05 06:44:20 +0000 |
commit | 04d79b539391064f6a81fba9ffa45e6371ffcedd (patch) | |
tree | be47fa1a0fe4a0a41bfde371dfd0d0d16c397d1e /numpy/oldnumeric/__init__.py | |
parent | d6eb562b8d4b37be1f2c6743bae5ea520703da64 (diff) | |
download | numpy-04d79b539391064f6a81fba9ffa45e6371ffcedd.tar.gz |
Fixes for the recent change to oldnumeric
Diffstat (limited to 'numpy/oldnumeric/__init__.py')
-rw-r--r-- | numpy/oldnumeric/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/oldnumeric/__init__.py b/numpy/oldnumeric/__init__.py index ced329913..dbf4298c5 100644 --- a/numpy/oldnumeric/__init__.py +++ b/numpy/oldnumeric/__init__.py @@ -1,5 +1,5 @@ -# Don't add these to the __all__ variable +# Don't add these to the __all__ variable though from numpy import * def _move_axis_to_0(a, axis): @@ -16,6 +16,7 @@ from compat import * from functions import * from precision import * from ufuncs import * +from misc import * import compat import precision |