From 0eadaac7dc3ae49974c105ff9e8c1e98a04d7d5a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 24 Apr 2003 16:02:54 +0000 Subject: Whitespace normalization. --- Lib/test/test_signal.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_signal.py') diff --git a/Lib/test/test_signal.py b/Lib/test/test_signal.py index c9843615d1..75365fde1f 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)" - -- cgit v1.2.1