forked from organicmaps/organicmaps-tmp
PR fixes
This commit is contained in:
parent
cfa805ad6c
commit
ce7a6f8230
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
Loading…
Add table
Reference in a new issue