From bc2adef898019a4f48193485612fef2b54d6eac9 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Mon, 3 Feb 2003 04:19:40 +0000 Subject: [PATCH] fix for use on python 2.1 --- Lib/bsddb/test/test_misc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/bsddb/test/test_misc.py b/Lib/bsddb/test/test_misc.py index 7f7a6ee53b..43d194ad56 100644 --- a/Lib/bsddb/test/test_misc.py +++ b/Lib/bsddb/test/test_misc.py @@ -12,8 +12,6 @@ except ImportError: # For earlier Pythons w/distutils pybsddb from bsddb3 import db, dbshelve -from test.test_support import verbose - #---------------------------------------------------------------------- class MiscTestCase(unittest.TestCase): -- 2.40.0