diff options
Diffstat (limited to 'numpy/numarray/compat.py')
-rw-r--r-- | numpy/numarray/compat.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/numarray/compat.py b/numpy/numarray/compat.py new file mode 100644 index 000000000..e0d13a7c2 --- /dev/null +++ b/numpy/numarray/compat.py @@ -0,0 +1,4 @@ + +__all__ = ['NewAxis', 'ArrayType'] + +from numpy import newaxis as NewAxis, ndarray as ArrayType |