diff options
Diffstat (limited to 'numpy/lib/__init__.py')
-rw-r--r-- | numpy/lib/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/__init__.py b/numpy/lib/__init__.py index ba353a093..07f6d5c27 100644 --- a/numpy/lib/__init__.py +++ b/numpy/lib/__init__.py @@ -19,6 +19,7 @@ from arraysetops import * from io import * from financial import * import math +from arrayterator import * __all__ = ['emath','math'] __all__ += type_check.__all__ |