summaryrefslogtreecommitdiffstats
path: root/Lib/tokenize.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-15 03:26:36 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-15 03:26:36 (GMT)
commitb90f89a496676ec714e111a747344600f3988496 (patch)
tree161c61762992b5c1588c9a49f557ad88b31b091f /Lib/tokenize.py
parent495ad3c8ccb9ed3554177a3e8687676c78e667de (diff)
downloadcpython-b90f89a496676ec714e111a747344600f3988496.zip
cpython-b90f89a496676ec714e111a747344600f3988496.tar.gz
cpython-b90f89a496676ec714e111a747344600f3988496.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/tokenize.py')
-rw-r--r--Lib/tokenize.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tokenize.py b/Lib/tokenize.py
index f2ba0a2..d205159 100644
--- a/Lib/tokenize.py
+++ b/Lib/tokenize.py
@@ -215,4 +215,3 @@ if __name__ == '__main__': # testing
import sys
if len(sys.argv) > 1: tokenize(open(sys.argv[1]).readline)
else: tokenize(sys.stdin.readline)
-