Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-10-12 14:21:38 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-10-12 14:21:38 +0300
commitce7a6f82300a8b32c32ee23a7950f970dda3c153 (patch)
tree8f532f05aed24af88b0fb625427bb19cb13cbb77 /tools
parentcfa805ad6ce2828932caf8689e5a7afa1c34adb1 (diff)
PR fixes
Diffstat (limited to 'tools')
-rw-r--r--tools/python/po_parser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/python/po_parser.py b/tools/python/po_parser.py
index 33a56b26da..1d609a8605 100644
--- a/tools/python/po_parser.py
+++ b/tools/python/po_parser.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python2.7
-
+#coding: utf8
from __future__ import print_function
from collections import defaultdict
@@ -114,5 +114,6 @@ def main():
parser.parse_files()
parser.strings_txt.write_formatted()
+
if __name__ == "__main__":
main() \ No newline at end of file