Cleanup: pep8

This commit is contained in:
2014-09-17 18:36:17 +10:00
parent f0f398dcf3
commit 0e0e528ea4
27 changed files with 82 additions and 95 deletions

View File

@@ -1343,7 +1343,7 @@ class I18n:
#key = self.settings.PO_HEADER_KEY
#for uid, trans in self.trans.items():
#if key not in trans.msgs:
#trans.msgs[key]
#trans.msgs[key]
self.unescape()
def write(self, kind, langs=set()):