Get BSD DB working most for version 3.2
This commit is contained in:
parent
8456235088
commit
40563eddf1
|
@ -372,6 +372,8 @@ def _checkflag(flag, file):
|
|||
try:
|
||||
import thread
|
||||
del thread
|
||||
if db.version() < (3, 3, 0):
|
||||
db.DB_THREAD = 0
|
||||
except ImportError:
|
||||
db.DB_THREAD = 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue