summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-02-17 06:54:56 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-02-17 06:54:56 +0000
commit2aba0e2b842867f7d5c5bb48be1b15e709903828 (patch)
treebdfda6a846a4361929de38ce3b4a233a75245f03 /numpy/lib
parent54524a9b6d8db1194dc8644250c66943102b7858 (diff)
downloadnumpy-2aba0e2b842867f7d5c5bb48be1b15e709903828.tar.gz
Upgrade version number of trunk and add 'math'
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/__init__.py2
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__