From a35e2cee323df2eb8ed4595f2ed6e7cf7b1630a4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 7 Dec 2001 16:43:19 +0000 Subject: Move import dbhash out of test_sundry and into test_bsddb, so that test_sundry won't fail if the bsddb module is absent. --- Lib/test/test_bsddb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/test_bsddb.py') diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py index 192c6e2f2e..459dd5fb5a 100755 --- a/Lib/test/test_bsddb.py +++ b/Lib/test/test_bsddb.py @@ -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 -- cgit v1.2.1