From ab9b32c0778655db5d2bf3f4c34d3a205d87a1af Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 3 Oct 2004 18:35:19 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/test/test_cfgparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py index 36640f114e8..66fecf1aceb 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