]> granicus.if.org Git - python/commit
Modify import of test_support so that the code can also be used with a
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 2 Mar 2008 20:00:53 +0000 (20:00 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 2 Mar 2008 20:00:53 +0000 (20:00 +0000)
commit492e2bfefa3c534ab7cbe9f497509bcbcfec6eb9
tree9fa5bc0afa3bc70eecf1fafb1ba3fcfe2d61277c
parente6dab2a07740ffdeef570919c6b98004df29408e
Modify import of test_support so that the code can also be used with a
stand alone distribution of bsddb that includes its own small copy of
test_support for the needed functionality on older pythons.
15 files changed:
Lib/bsddb/test/test_associate.py
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_compare.py
Lib/bsddb/test/test_cursor_pget_bug.py
Lib/bsddb/test/test_dbobj.py
Lib/bsddb/test/test_dbshelve.py
Lib/bsddb/test/test_dbtables.py
Lib/bsddb/test/test_env_close.py
Lib/bsddb/test/test_join.py
Lib/bsddb/test/test_lock.py
Lib/bsddb/test/test_misc.py
Lib/bsddb/test/test_pickle.py
Lib/bsddb/test/test_recno.py
Lib/bsddb/test/test_sequence.py
Lib/bsddb/test/test_thread.py