diff options
Diffstat (limited to 'Lib/encodings/mac_greek.py')
-rw-r--r-- | Lib/encodings/mac_greek.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/mac_greek.py b/Lib/encodings/mac_greek.py index 526cd9e..68f4fff 100644 --- a/Lib/encodings/mac_greek.py +++ b/Lib/encodings/mac_greek.py @@ -305,4 +305,3 @@ decoding_table = ( ### Encoding table encoding_table=codecs.charmap_build(decoding_table) - |