mirror of https://github.com/python/cpython
fix for use on python 2.1
This commit is contained in:
parent
ae31e9b8c7
commit
bc2adef898
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue