diff options
author | Travis Oliphant <oliphant@enthought.com> | 2007-12-15 18:54:52 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2007-12-15 18:54:52 +0000 |
commit | e76b5fa6896c09257181675bbf4cf47789d32927 (patch) | |
tree | 7174e22c68fc47df61e745ee18625ee9f4f5b88c /numpy/numarray/compat.py | |
parent | 02ee35a7e1c722a1cdac8f3a60fe9ef7aa079a37 (diff) | |
download | numpy-e76b5fa6896c09257181675bbf4cf47789d32927.tar.gz |
Create a branch for io work in NumPy
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 |