]> granicus.if.org Git - python/commit
Fix exception in tearDown on ppc buildbot. If there's no directory,
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 26 Jan 2008 07:38:03 +0000 (07:38 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 26 Jan 2008 07:38:03 +0000 (07:38 +0000)
commit960efe9c2d9611ae0f2cd76ed62ff4db792bd0d2
tree0607c2a33102a4697159dcd5eb772262a70a72c1
parent653272f0cfcdb1aa3a4c4d1656c760c504671575
Fix exception in tearDown on ppc buildbot.  If there's no directory,
that shouldn't cause the test to fail.  Just like it setUp.
Lib/bsddb/test/test_thread.py