From: Tim Peters Date: Sun, 3 Oct 2004 18:35:19 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.4b1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab9b32c0778655db5d2bf3f4c34d3a205d87a1af;p=python Whitespace normalization. --- diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py index 36640f114e..66fecf1ace 100644 --- a/Lib/test/test_cfgparser.py +++ b/Lib/test/test_cfgparser.py @@ -387,7 +387,7 @@ class RawConfigParserTestCase(TestCaseBase): self.assertEqual(cf.get('non-string', 'list'), [0, 1, 1, 2, 3, 5, 8, 13]) self.assertEqual(cf.get('non-string', 'dict'), {'pi': 3.14159}) - + class SafeConfigParserTestCase(ConfigParserTestCase): config_class = ConfigParser.SafeConfigParser