Kaydet (Commit) 40563edd authored tarafından Neal Norwitz's avatar Neal Norwitz

Get BSD DB working most for version 3.2

üst 84562350
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment