diff options
| author | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-13 00:04:08 +0000 |
|---|---|---|
| committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-13 00:04:08 +0000 |
| commit | 83d7c02cad2ac076937ca868f901808c7fa1243d (patch) | |
| tree | ba52d8db9beec532893d0b0f5eb8601baedc8f7d /numpy/lib/__init__.py | |
| parent | c05d81d020f93edfc4fe1295c40b69174f62be4f (diff) | |
| download | numpy-83d7c02cad2ac076937ca868f901808c7fa1243d.tar.gz | |
Add Roberto de Almeida's Arrayterator.
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__ |
