diff options
Diffstat (limited to 'numpy/lib/__init__.py')
-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__ |