summaryrefslogtreecommitdiff
path: root/numpy/numarray/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/compat.py')
-rw-r--r--numpy/numarray/compat.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/numpy/numarray/compat.py b/numpy/numarray/compat.py
index c9fd3ef86..e0d13a7c2 100644
--- a/numpy/numarray/compat.py
+++ b/numpy/numarray/compat.py
@@ -1,6 +1,4 @@
-__all__ = ['NewAxis']
+__all__ = ['NewAxis', 'ArrayType']
-from numpy import newaxis
-
-NewAxis = newaxis
+from numpy import newaxis as NewAxis, ndarray as ArrayType