remove unneeded argument
This commit is contained in:
parent
73541af85d
commit
7daf985feb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue