This commit is contained in:
Benjamin Peterson 2010-04-03 15:45:59 +00:00
parent 7beeeb5713
commit 4dbda8593d

View file

@ -2,7 +2,7 @@
import sys
import warnings
warnings.warnpy3k("in 3.x, the dbhash module has been removed", stackless=2)
warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2)
try:
import bsddb
except ImportError: