diff options
Diffstat (limited to 'Lib/test/test_signal.py')
-rw-r--r-- | Lib/test/test_signal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_signal.py b/Lib/test/test_signal.py index c984361..75365fd 100644 --- a/Lib/test/test_signal.py +++ b/Lib/test/test_signal.py @@ -63,4 +63,3 @@ try: except KeyboardInterrupt: if verbose: print "KeyboardInterrupt (assume the alarm() went off)" - |