fix for use on python 2.1

This commit is contained in:
Gregory P. Smith 2003-02-03 04:19:40 +00:00
parent ae31e9b8c7
commit bc2adef898
1 changed files with 0 additions and 2 deletions

View 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):