commit | 27f883687ba01f571ff7cc03a3f03b94030f92ad | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Jul 08 04:22:35 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Jul 08 04:22:35 2004 +0000 |
tree | df34d183b440813256c4ff5d09b5f45b26448b01 | |
parent | 0e43db5baa9e1181bfd57accfec8252b049f20dc [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 2d414f3..ecab6f2 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py
@@ -678,7 +678,7 @@ data = result.read() self.assertEqual(len(data), 20) - + def test_main(verbose=None): tests = (TrivialTests,