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

import bsddb more robustly

üst 47b1d02d
...@@ -5,6 +5,12 @@ from test import test_support as support ...@@ -5,6 +5,12 @@ from test import test_support as support
import os import os
import sys import sys
# Setup bsddb warnings
try:
import bsddb
except ImportError:
pass
class NoAll(RuntimeError): class NoAll(RuntimeError):
pass 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