i18n/mki18n.py
changeset 2441 c553769a65af
parent 2439 f0a040f1de1b
child 2452 2f2b2152580f
--- a/i18n/mki18n.py	Tue Oct 09 12:05:43 2018 +0300
+++ b/i18n/mki18n.py	Tue Oct 09 13:50:29 2018 +0300
@@ -149,7 +149,7 @@
     messages_file.write('\n')
 
     words_found = {}
-    for filepath in appfil_file.xreadlines():
+    for filepath in appfil_file.readlines():
         code_file = open(filepath.strip(), 'r')
         for match in regexp.finditer(code_file.read()):
             word = match.group(1)