]> granicus.if.org Git - python/commit
Move import dbhash out of test_sundry and into test_bsddb,
authorGuido van Rossum <guido@python.org>
Fri, 7 Dec 2001 16:43:19 +0000 (16:43 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Dec 2001 16:43:19 +0000 (16:43 +0000)
commita35e2cee323df2eb8ed4595f2ed6e7cf7b1630a4
tree6fa4fa6a680ea4c179d61f1052d826ec2b85033a
parent2a42c3a8d3b9989aacc2d7bfcdcae4bdd97649e5
Move import dbhash out of test_sundry and into test_bsddb,
so that test_sundry won't fail if the bsddb module is absent.
Lib/test/test_bsddb.py
Lib/test/test_sundry.py