Commit 7a7db8ca authored by Guido van Rossum's avatar Guido van Rossum

Move import dbhash out of test_sundry and into test_bsddb,

so that test_sundry won't fail if the bsddb module is absent.
parent daeb46d3
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
import os import os
import bsddb import bsddb
import dbhash # Just so we know it's imported
import tempfile import tempfile
from test_support import verbose, verify from test_support import verbose, verify
......
...@@ -25,7 +25,6 @@ try: ...@@ -25,7 +25,6 @@ try:
except ImportError: except ImportError:
if verbose: if verbose:
print "skipping curses" print "skipping curses"
import dbhash
import dircache import dircache
import dis import dis
import distutils import distutils
......
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