]> granicus.if.org Git - python/commitdiff
fix for use on python 2.1
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 3 Feb 2003 04:19:40 +0000 (04:19 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 3 Feb 2003 04:19:40 +0000 (04:19 +0000)
Lib/bsddb/test/test_misc.py

index 7f7a6ee53bf1167fa20c95bd4124568f56eaecc3..43d194ad562860bf22fb201cf8d393499f775b27 100644 (file)
@@ -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):