Commit 73541af8 authored by Benjamin Peterson's avatar Benjamin Peterson

wrap

parent 3dd9f40d
"""Provide a (g)dbm-compatible interface to bsddb.hashopen."""
import sys
if sys.py3kwarning:
import warnings
warnings.warnpy3k("in 3.x, the dbhash module has been removed", DeprecationWarning, 2)
import warnings
warnings.warnpy3k("in 3.x, the dbhash module has been removed",
DeprecationWarning, 2)
try:
import bsddb
except ImportError:
......
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