summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/koi8_r.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/koi8_r.py')
-rw-r--r--Lib/encodings/koi8_r.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/encodings/koi8_r.py b/Lib/encodings/koi8_r.py
index c28004e..242d0c4 100644
--- a/Lib/encodings/koi8_r.py
+++ b/Lib/encodings/koi8_r.py
@@ -169,6 +169,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)