diff options
| author | Krzysztof Jurewicz <krzysztof.jurewicz@gmail.com> | 2013-11-25 15:39:19 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2013-11-25 16:31:03 +0100 |
| commit | 7a0a3a64a827480c737060bcd5af9af25c3b3c15 (patch) | |
| tree | 7f5adffd7df385859da34801add2ffacf2a80810 /scripts | |
| parent | 7349a22d291c5c8e10cb9842809ab5675e42660b (diff) | |
Fixed #21509 -- Removed dead exception catching code.
Since Python 2.5, KeyboardInterrupt and SystemExit are not subclasses of
Exception, so explicitly reraising them before the “except Exception” clause
is not necessary anymore.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
