summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/mac_roman.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-04 23:43:53 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-06-04 23:43:53 (GMT)
commitc7d14452a4ed303d38498cc16c3cfc0beed9b843 (patch)
tree71ae0e195637f6aaf79f522afad716725f57abb0 /Lib/encodings/mac_roman.py
parentad62489e4706ec4ad6cf24a067969e8d64612fcb (diff)
downloadcpython-c7d14452a4ed303d38498cc16c3cfc0beed9b843.zip
cpython-c7d14452a4ed303d38498cc16c3cfc0beed9b843.tar.gz
cpython-c7d14452a4ed303d38498cc16c3cfc0beed9b843.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/encodings/mac_roman.py')
-rw-r--r--Lib/encodings/mac_roman.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/mac_roman.py b/Lib/encodings/mac_roman.py
index aa99e5e..62605ec 100644
--- a/Lib/encodings/mac_roman.py
+++ b/Lib/encodings/mac_roman.py
@@ -305,4 +305,3 @@ decoding_table = (
### Encoding table
encoding_table=codecs.charmap_build(decoding_table)
-