mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
fix for use on python 2.1
This commit is contained in:
parent
ae31e9b8c7
commit
bc2adef898
1 changed files with 0 additions and 2 deletions
|
|
@ -12,8 +12,6 @@ except ImportError:
|
||||||
# For earlier Pythons w/distutils pybsddb
|
# For earlier Pythons w/distutils pybsddb
|
||||||
from bsddb3 import db, dbshelve
|
from bsddb3 import db, dbshelve
|
||||||
|
|
||||||
from test.test_support import verbose
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
class MiscTestCase(unittest.TestCase):
|
class MiscTestCase(unittest.TestCase):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue