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