Commit 7daf985f authored by Benjamin Peterson's avatar Benjamin Peterson

remove unneeded argument

parent 73541af8
......@@ -2,8 +2,7 @@
import sys
import warnings
warnings.warnpy3k("in 3.x, the dbhash module has been removed",
DeprecationWarning, 2)
warnings.warnpy3k("in 3.x, the dbhash module has been removed", stackless=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