Kaydet (Commit) 4dbda859 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

spelling

üst 7beeeb57
......@@ -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:
......
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