summaryrefslogtreecommitdiff
path: root/numpy/numarray/__init__.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-02 16:37:59 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-02 16:37:59 +0000
commita1e9a90654afd97b7bf45d318019966684935c51 (patch)
tree5c5c3601352080794a99abab4cfb1655d52328c8 /numpy/numarray/__init__.py
parentb5048ddf5c8a305e9635bc3ad988e6da78fe0a31 (diff)
downloadnumpy-a1e9a90654afd97b7bf45d318019966684935c51.tar.gz
Add diagflat. Begin to add numarray compatibility
Diffstat (limited to 'numpy/numarray/__init__.py')
-rw-r--r--numpy/numarray/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/numarray/__init__.py b/numpy/numarray/__init__.py
index da4560047..862fe4008 100644
--- a/numpy/numarray/__init__.py
+++ b/numpy/numarray/__init__.py
@@ -1,2 +1,5 @@
from util import *
+from numclass import *
+
__all__ = util.__all__
+__all__ += numclass.__all__