diff options
Diffstat (limited to 'numpy/oldnumeric/alter_code2.py')
-rw-r--r-- | numpy/oldnumeric/alter_code2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/oldnumeric/alter_code2.py b/numpy/oldnumeric/alter_code2.py index 6db8fe3e2..baa6b9d26 100644 --- a/numpy/oldnumeric/alter_code2.py +++ b/numpy/oldnumeric/alter_code2.py @@ -30,7 +30,7 @@ import os import re import glob -# To convert typecharacters we need to +# To convert typecharacters we need to # Not very safe. Disabled for now.. def replacetypechars(astr): astr = astr.replace("'s'","'h'") @@ -140,7 +140,7 @@ def converttree(direc=os.path.curdir): """Convert all .py files in the tree given """ - os.path.walk(direc, _func, None) + os.path.walk(direc, _func, None) if __name__ == '__main__': fromargs(sys.argv) |