commit | 3249d00f4d42a714d2038685c6b280a7fcfc5be7 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Jun 27 11:52:49 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Jun 27 11:52:49 2006 +0000 |
tree | 41eef983dc70fb77cd1233904d71e3c2f3f587b5 | |
parent | 7b9053a274308100d5849a57df3d9f44658130eb [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_warnings.py b/Lib/test/test_warnings.py index 4663814..a7ccb6b 100644 --- a/Lib/test/test_warnings.py +++ b/Lib/test/test_warnings.py
@@ -92,7 +92,7 @@ warnings._setoption, 'ignore:2::4:-5') warnings._setoption('error::Warning::0') self.assertRaises(UserWarning, warnings.warn, 'convert to error') - + def test_main(verbose=None): # Obscure hack so that this test passes after reloads or repeated calls