diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-09-26 19:01:50 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-09-26 19:01:50 +0000 |
commit | 8ac222e304fdd59394725d27e82168a95eadaf1c (patch) | |
tree | c5cfd3f5ff09cc095c1c25620b4ff6887e77243c /scipy/base/convertcode.py | |
parent | ed8548a9686b70995ff1afdefbba437d84134d08 (diff) | |
download | numpy-8ac222e304fdd59394725d27e82168a95eadaf1c.tar.gz |
Adding weave and test
Diffstat (limited to 'scipy/base/convertcode.py')
-rw-r--r-- | scipy/base/convertcode.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scipy/base/convertcode.py b/scipy/base/convertcode.py index 08d43066f..a63ea83d7 100644 --- a/scipy/base/convertcode.py +++ b/scipy/base/convertcode.py @@ -38,7 +38,6 @@ def replacetypechars(astr): astr = astr.replace("'c'","'S1'") astr = astr.replace("'b'","'B'") astr = astr.replace("'1'","'b'") - astr = astr.replace("'s'","'h'") astr = astr.replace("'w'","'H'") astr = astr.replace("'u'","'I'") return astr |