diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2007-02-03 10:33:58 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-02-03 10:33:58 +0000 |
commit | 05941837b183b3cb97e009c91e00e8a5ebd14ec1 (patch) | |
tree | d6e4be14d19eb98f8d8eda59f93fafd22f76ce2c /numpy/numarray | |
parent | 7a5ce8aa0ad0c5a1f601e021ed3ff319e91995f6 (diff) | |
download | numpy-05941837b183b3cb97e009c91e00e8a5ebd14ec1.tar.gz |
Import NewAxis for numarray compatibility.
Diffstat (limited to 'numpy/numarray')
-rw-r--r-- | numpy/numarray/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/numarray/__init__.py b/numpy/numarray/__init__.py index 6a902ddee..b0819d127 100644 --- a/numpy/numarray/__init__.py +++ b/numpy/numarray/__init__.py @@ -2,6 +2,7 @@ from util import * from numerictypes import * from functions import * from ufuncs import * +from compat import * from session import * import util |