Revert "DbTxn: pass db to generic DbTxn"
This reverts commit 6f5c7f7da7
.
This commit is contained in:
parent
6f5c7f7da7
commit
fa053d2754
@ -385,7 +385,7 @@ class Bookmarks(object):
|
||||
|
||||
|
||||
class DbGenericTxn(DbTxn):
|
||||
def __init__(self, message, db, batch=False):
|
||||
def __init__(self, message, batch=False):
|
||||
DbTxn.__init__(self, message, db, batch)
|
||||
|
||||
def get(self, key, default=None, txn=None, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user