summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/alter_code2.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2007-01-08 21:56:54 +0000
committerStefan van der Walt <stefan@sun.ac.za>2007-01-08 21:56:54 +0000
commit1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 (patch)
tree43335baf1da0b6e9de0ad806e721a077e3cbfa45 /numpy/oldnumeric/alter_code2.py
parent98b6d48b07f4eadfb7d1fc41483debe7e07eecd6 (diff)
downloadnumpy-1bd2d49ef378fb869d015cef32c3e44a4c03a8f0.tar.gz
Whitespace cleanup.
Diffstat (limited to 'numpy/oldnumeric/alter_code2.py')
-rw-r--r--numpy/oldnumeric/alter_code2.py4
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)