diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-08 02:08:07 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-08 02:08:07 +0000 |
commit | 56d04a88ac47b7d5966aca68f081ba97e23c5e70 (patch) | |
tree | 522dc2fdf1b789158141dabebafce8b4cb116bfe /numpy/numarray/__init__.py | |
parent | a8b68803bad4052ce2e18ee697b6e2b0b546f846 (diff) | |
download | numpy-56d04a88ac47b7d5966aca68f081ba97e23c5e70.tar.gz |
fix numarray package a bit.
Diffstat (limited to 'numpy/numarray/__init__.py')
-rw-r--r-- | numpy/numarray/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/numarray/__init__.py b/numpy/numarray/__init__.py index e69de29bb..da4560047 100644 --- a/numpy/numarray/__init__.py +++ b/numpy/numarray/__init__.py @@ -0,0 +1,2 @@ +from util import * +__all__ = util.__all__ |