Move import dbhash out of test_sundry and into test_bsddb,

so that test_sundry won't fail if the bsddb module is absent.
This commit is contained in:
Guido van Rossum 2001-12-07 16:43:19 +00:00
parent 2a42c3a8d3
commit a35e2cee32
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@
import os
import bsddb
import dbhash # Just so we know it's imported
import tempfile
from test_support import verbose, verify

View File

@ -25,7 +25,6 @@
except ImportError:
if verbose:
print "skipping curses"
import dbhash
import dircache
import dis
import distutils