From 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Jan 2007 21:56:54 +0000 Subject: Whitespace cleanup. --- numpy/oldnumeric/alter_code2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/oldnumeric/alter_code2.py') 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) -- cgit v1.2.1