mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
spelling
This commit is contained in:
parent
7beeeb5713
commit
4dbda8593d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue