Commit 25f8a736 authored by Neal Norwitz's avatar Neal Norwitz

Get BSD DB working most for version 3.2

parent 80055d4b
......@@ -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