This commit is contained in:
Andreas Preikschat 2010-09-18 18:12:49 +02:00
commit ce9a2a2a6f
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 (?, ?)'