From b5da606dfd51c65b1bcbcb4b3165d36e313c16c8 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 23 Jul 2002 19:23:22 +0000 Subject: [PATCH] Oops, missed an import of test_support. --- Lib/test/test_bsddb.py | 2 +- Lib/test/test_fork1.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py index f68acaeb3e6..5cd39585cdb 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): diff --git a/Lib/test/test_fork1.py b/Lib/test/test_fork1.py index 51e6c58e1e6..aca7a848a3b 100644 --- a/Lib/test/test_fork1.py +++ b/Lib/test/test_fork1.py @@ -11,7 +11,7 @@ the same application, the present example should work just fine. DC """ import os, sys, time, thread -from test_support import verify, verbose, TestSkipped +from test.test_support import verify, verbose, TestSkipped try: os.fork