summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2003-02-03 04:19:40 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2003-02-03 04:19:40 (GMT)
commitbc2adef898019a4f48193485612fef2b54d6eac9 (patch)
treeeee2b0e20a913f4525441ce06012e2f988b1c0db /Lib/bsddb
parentae31e9b8c73d8586352c7503bce539a853b42981 (diff)
downloadcpython-bc2adef898019a4f48193485612fef2b54d6eac9.zip
cpython-bc2adef898019a4f48193485612fef2b54d6eac9.tar.gz
cpython-bc2adef898019a4f48193485612fef2b54d6eac9.tar.bz2
fix for use on python 2.1
Diffstat (limited to 'Lib/bsddb')
-rw-r--r--Lib/bsddb/test/test_misc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/bsddb/test/test_misc.py b/Lib/bsddb/test/test_misc.py
index 7f7a6ee..43d194a 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):