Commit 8b769b1b authored by Michal Čihař's avatar Michal Čihař

Use unicode literals

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ca18d480
...@@ -39,7 +39,7 @@ def main(): ...@@ -39,7 +39,7 @@ def main():
languages.sort() languages.sort()
print 'Expected setup:' print 'Expected setup:'
for lang in languages: for lang in languages:
print_language(lang, fmt=" ('{0}', u'{1}'),") print_language(lang, fmt=" ('{0}', '{1}'),")
# prepare for checking # prepare for checking
languages = set(languages) languages = set(languages)
......
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