pep8 cleanup

This commit is contained in:
2012-09-26 21:19:51 +00:00
parent dbeddcdbce
commit 8a51d235e6
17 changed files with 62 additions and 37 deletions

View File

@@ -95,7 +95,6 @@ def parse_messages(fname):
msgctxt_lines = []
comment_lines = []
def finalize_message():
nonlocal reading_msgid, reading_msgstr, reading_msgctxt, \
reading_comment, is_fuzzy, is_translated, is_commented, \
@@ -225,7 +224,6 @@ def parse_messages(fname):
if reading_msgstr:
finalize_message()
return (messages,
{"trans_msg": translated_messages,
"fuzzy_msg": fuzzy_messages,