commit | 92ffc634e48268d357f6bde2ed1b7ac26bfb2631 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sat Jan 19 22:23:56 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sat Jan 19 22:23:56 2008 +0000 |
tree | d5323654808598a26343d4237abbec3af22d1fb1 | |
parent | 79e3d55be4646be1624fe75bae2d0a2a6d756d02 [diff] |
Undo an unnecessary else: and indentation that r60104 added. try: ... except: ... raise else: ... the else: is unecessary due to the blind except: with a raise.