Commit a219c28f authored by Michal Čihař's avatar Michal Čihař

Python 3 compatibility

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9ef801e8
......@@ -23,7 +23,7 @@ from weblate.trans.checks import CHECKS
EXTRA_FLAGS = {
v.enable_string: v.name
for k, v in CHECKS.iteritems()
for k, v in CHECKS.items()
if v.default_disabled
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment