diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-02-17 06:54:56 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-02-17 06:54:56 +0000 |
commit | 2aba0e2b842867f7d5c5bb48be1b15e709903828 (patch) | |
tree | bdfda6a846a4361929de38ce3b4a233a75245f03 /numpy/lib | |
parent | 54524a9b6d8db1194dc8644250c66943102b7858 (diff) | |
download | numpy-2aba0e2b842867f7d5c5bb48be1b15e709903828.tar.gz |
Upgrade version number of trunk and add 'math'
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 519e2b803..8b470d07f 100644 --- a/numpy/lib/__init__.py +++ b/numpy/lib/__init__.py @@ -17,7 +17,7 @@ from getlimits import * from utils import * from arraysetops import * -__all__ = [] +__all__ = ['math'] __all__ += type_check.__all__ __all__ += index_tricks.__all__ __all__ += function_base.__all__ |