summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
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 286f5bfe5..47e3f9d14 100644
--- a/numpy/lib/__init__.py
+++ b/numpy/lib/__init__.py
@@ -18,7 +18,7 @@ from utils import *
from arraysetops import *
import math
-__all__ = ['nmath','math']
+__all__ = ['emath','math']
__all__ += type_check.__all__
__all__ += index_tricks.__all__
__all__ += function_base.__all__