mirror of
https://github.com/python/cpython.git
synced 2025-09-15 13:16:12 +00:00
remove unneeded argument
This commit is contained in:
parent
73541af85d
commit
7daf985feb
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue