summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-27 11:52:49 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-06-27 11:52:49 (GMT)
commit3249d00f4d42a714d2038685c6b280a7fcfc5be7 (patch)
tree41eef983dc70fb77cd1233904d71e3c2f3f587b5 /Lib/test/test_warnings.py
parent7b9053a274308100d5849a57df3d9f44658130eb (diff)
downloadcpython-3249d00f4d42a714d2038685c6b280a7fcfc5be7.zip
cpython-3249d00f4d42a714d2038685c6b280a7fcfc5be7.tar.gz
cpython-3249d00f4d42a714d2038685c6b280a7fcfc5be7.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_warnings.py')
-rw-r--r--Lib/test/test_warnings.py2
1 files changed, 1 insertions, 1 deletions
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 @@ class TestModule(unittest.TestCase):
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