summaryrefslogtreecommitdiffstats
path: root/Tools/compiler
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-12-25 23:18:31 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-12-25 23:18:31 (GMT)
commit536cf99536bce562cfcb44a856fac1c84b9de4c3 (patch)
tree80cf0f425cfc703b228aad716ed66cd4a5080c03 /Tools/compiler
parent83a8c393b06d24b3c6b252b7614c34110c369c43 (diff)
downloadcpython-536cf99536bce562cfcb44a856fac1c84b9de4c3.zip
cpython-536cf99536bce562cfcb44a856fac1c84b9de4c3.tar.gz
cpython-536cf99536bce562cfcb44a856fac1c84b9de4c3.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Tools/compiler')
-rwxr-xr-xTools/compiler/dumppyc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/compiler/dumppyc.py b/Tools/compiler/dumppyc.py
index 8cfe3b1..1258cce 100755
--- a/Tools/compiler/dumppyc.py
+++ b/Tools/compiler/dumppyc.py
@@ -43,5 +43,5 @@ if __name__ == "__main__":
buf = open(filename).read()
co = compile(buf, filename, "exec")
walk(co)
- else:
+ else:
load(filename, codename)