summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/compat.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-03 17:00:19 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-03 17:00:19 +0000
commitfad726e58b7eb8452712a79a3cd52aee510f1104 (patch)
treef4fe6b8a8c4f3e59e985b3dc6a35325ff8069997 /numpy/oldnumeric/compat.py
parent77187d2372898d6c18129aba9d562450a1af3a2c (diff)
downloadnumpy-fad726e58b7eb8452712a79a3cd52aee510f1104.tar.gz
Strip white-space on element retrieval
Diffstat (limited to 'numpy/oldnumeric/compat.py')
-rw-r--r--numpy/oldnumeric/compat.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/oldnumeric/compat.py b/numpy/oldnumeric/compat.py
index b5d31334e..0a4b41228 100644
--- a/numpy/oldnumeric/compat.py
+++ b/numpy/oldnumeric/compat.py
@@ -144,7 +144,6 @@ outerproduct = deprecate(outer, 'outerproduct', 'outer')
innerproduct = deprecate(mu.inner, 'innerproduct', 'inner')
-
def DumpArray(m, fp):
m.dump(fp)