diff options
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 |