diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-16 20:50:54 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-16 20:50:54 (GMT) |
commit | 7e19337ebcc3f1aa0e9697c06d5f778c7b60f588 (patch) | |
tree | 7aba8704bf1885c337365328db49dac1a17775b8 /Lib | |
parent | aaefac76ddac60bb332d28ec79702523b93530ee (diff) | |
download | cpython-7e19337ebcc3f1aa0e9697c06d5f778c7b60f588.zip cpython-7e19337ebcc3f1aa0e9697c06d5f778c7b60f588.tar.gz cpython-7e19337ebcc3f1aa0e9697c06d5f778c7b60f588.tar.bz2 |
Normalize whitespace
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/encodings/hp_roman8.py | 1 | ||||
-rw-r--r-- | Lib/encodings/palmos.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/encodings/hp_roman8.py b/Lib/encodings/hp_roman8.py index a93523e..2334208 100644 --- a/Lib/encodings/hp_roman8.py +++ b/Lib/encodings/hp_roman8.py @@ -310,4 +310,3 @@ decoding_table = ( ### Encoding table encoding_table=codecs.charmap_build(decoding_table) - diff --git a/Lib/encodings/palmos.py b/Lib/encodings/palmos.py index ae19752..c506d65 100644 --- a/Lib/encodings/palmos.py +++ b/Lib/encodings/palmos.py @@ -306,4 +306,3 @@ decoding_table = ( ### Encoding table encoding_table=codecs.charmap_build(decoding_table) - |