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.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/numarray/compat.py b/numpy/numarray/compat.py
deleted file mode 100644
index 2289af04c..000000000
--- a/numpy/numarray/compat.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from __future__ import division, absolute_import, print_function
-
-__all__ = ['NewAxis', 'ArrayType']
-
-from numpy import newaxis as NewAxis, ndarray as ArrayType