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