summaryrefslogtreecommitdiffstats
path: root/Tools/unicode/gencjkcodecs.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/unicode/gencjkcodecs.py')
-rw-r--r--Tools/unicode/gencjkcodecs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/gencjkcodecs.py b/Tools/unicode/gencjkcodecs.py
index 975c19c..ebccfc7 100644
--- a/Tools/unicode/gencjkcodecs.py
+++ b/Tools/unicode/gencjkcodecs.py
@@ -55,7 +55,7 @@ def getregentry():
""")
def gencodecs(prefix):
- for loc, encodings in codecs.iteritems():
+ for loc, encodings in codecs.items():
for enc in encodings:
code = TEMPLATE.substitute(ENCODING=enc.upper(),
encoding=enc.lower(),