summaryrefslogtreecommitdiff
path: root/Lib/test/test_warnings.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-27 11:52:49 +0000
committerTim Peters <tim.peters@gmail.com>2006-06-27 11:52:49 +0000
commitc7d04340374bc2165386d4404bf1ef0367274249 (patch)
tree03c698a6724678c4a6a865e7b7df6d4dd10d402a /Lib/test/test_warnings.py
parent8ad94edd66e13f86b99c0144dac24d4c7b97e5e5 (diff)
downloadcpython-c7d04340374bc2165386d4404bf1ef0367274249.tar.gz
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 46638149a9..a7ccb6b292 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