2006-07-15 Alex Roitman <shura@gramps-project.org>

* check_po: Open correct file.



svn: r7029
This commit is contained in:
Alex Roitman 2006-07-15 23:53:31 +00:00
parent 913d4f4772
commit 6e7ed9f8e5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-07-15 Alex Roitman <shura@gramps-project.org>
* check_po: Open correct file.
2006-06-22 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.

View File

@ -23,7 +23,7 @@
import sys
import re
f = open('template.po')
f = open('gramps.pot')
template_total = 0
for line in f.xreadlines():
try: