Commit 4fab5230 authored by Barry Warsaw's avatar Barry Warsaw

Use bsddb.db instead of bsddb._db

parent bb904cd2
......@@ -27,7 +27,7 @@ except NameError:
return not not x
try:
from bsddb import _db as db
from bsddb import db
except ImportError:
try:
from bsddb3 import db
......
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