bzr-revno: 1042
This commit is contained in:
Andreas Preikschat 2010-09-18 21:29:26 +02:00 committed by Raoul Snyman
commit 4b2a764b91
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ def import_bible():
for row in rows:
key = unicode(row[0], u'cp1252')
value = unicode(row[1], u'cp1252')
if key == u'Permission':
key = u'Permissions'
sql_insert = u'INSERT INTO metadata '\
'("key", "value") '\
'VALUES (?, ?)'