]> arthur.barton.de Git - bup.git/commit - lib/bup/drecurse.py
Replace a try/except/finally with a nested try block.
authorMichael Budde <mbudde@gmail.com>
Sat, 4 Dec 2010 13:49:08 +0000 (05:49 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 4 Dec 2010 13:49:08 +0000 (05:49 -0800)
commitb9f76361e97194fd8f658b9407bc8cfc91ccbf7c
tree3b56ba64804291b48f3370e17e2a61273d00a2a7
parent0e2c2944aac4d0242ae15caca1d151d3e38cb7ab
Replace a try/except/finally with a nested try block.

try/except/finally doesn't work in python 2.4.
lib/bup/drecurse.py