forgot this

This commit is contained in:
Juan Linietsky 2016-05-04 09:56:24 -03:00
parent ea1c9d5b5d
commit dd419e8efa

View File

@ -53,7 +53,7 @@ for fname in matches:
f.close()
f = open("template.pot","wb")
f = open("tools.pot","wb")
f.write(main_po)
f.close()