summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-07-23 19:23:22 (GMT)
committerBarry Warsaw <barry@python.org>2002-07-23 19:23:22 (GMT)
commitb5da606dfd51c65b1bcbcb4b3165d36e313c16c8 (patch)
tree6d02ba95b00a604724cfbc8319ea59a7b89afc41 /Lib/test/test_bsddb.py
parent1bfab7bc019b576dee6d5af5098d0dc8f9d26f43 (diff)
downloadcpython-b5da606dfd51c65b1bcbcb4b3165d36e313c16c8.zip
cpython-b5da606dfd51c65b1bcbcb4b3165d36e313c16c8.tar.gz
cpython-b5da606dfd51c65b1bcbcb4b3165d36e313c16c8.tar.bz2
Oops, missed an import of test_support.
Diffstat (limited to 'Lib/test/test_bsddb.py')
-rwxr-xr-xLib/test/test_bsddb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py
index f68acae..5cd3958 100755
--- a/Lib/test/test_bsddb.py
+++ b/Lib/test/test_bsddb.py
@@ -6,7 +6,7 @@ import os
import bsddb
import dbhash # Just so we know it's imported
import tempfile
-from test_support import verbose, verify
+from test.test_support import verbose, verify
def test(openmethod, what, ondisk=1):