This commit is contained in:
Timofey 2016-10-12 14:21:38 +03:00
parent cfa805ad6c
commit ce7a6f8230

View file

@ -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()