Kaydet (Commit) 0b41707d authored tarafından Ezio Melotti's avatar Ezio Melotti

Silence deprecation warning in test___all__ caused by an import bsddb.

üst c4afe295
......@@ -7,8 +7,8 @@ import sys
# Setup bsddb warnings
try:
import bsddb
except ImportError:
bsddb = support.import_module('bsddb', deprecated=True)
except unittest.SkipTest:
pass
......
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