bitbake persist_data: Fix module reference

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2364 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-08-04 22:45:37 +00:00
parent 71068e7cee
commit e33eaf13d5
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class PersistData:
try:
self.connection.execute(query)
return
except pysqlite2.dbapi2.OperationalError, e:
except sqlite3.OperationalError, e:
if 'database is locked' in str(e):
continue
raise