2006-07-15 Alex Roitman <shura@gramps-project.org>
* check_po: Open correct file. svn: r7029
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user