diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-19 22:23:56 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-19 22:23:56 (GMT) |
commit | 92ffc634e48268d357f6bde2ed1b7ac26bfb2631 (patch) | |
tree | d5323654808598a26343d4237abbec3af22d1fb1 /Python/sysmodule.c | |
parent | 79e3d55be4646be1624fe75bae2d0a2a6d756d02 (diff) | |
download | cpython-92ffc634e48268d357f6bde2ed1b7ac26bfb2631.zip cpython-92ffc634e48268d357f6bde2ed1b7ac26bfb2631.tar.gz cpython-92ffc634e48268d357f6bde2ed1b7ac26bfb2631.tar.bz2 |
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.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions