summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/mac_turkish.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/mac_turkish.py')
-rw-r--r--Lib/encodings/mac_turkish.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/encodings/mac_turkish.py b/Lib/encodings/mac_turkish.py
index c81a864..c71268b 100644
--- a/Lib/encodings/mac_turkish.py
+++ b/Lib/encodings/mac_turkish.py
@@ -164,6 +164,4 @@ decoding_map.update({
### Encoding Map
-encoding_map = {}
-for k,v in decoding_map.items():
- encoding_map[v] = k
+encoding_map = codecs.make_encoding_map(decoding_map)