Kaydet (Commit) 7daf985f authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove unneeded argument

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