commit | ab9b32c0778655db5d2bf3f4c34d3a205d87a1af | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Oct 03 18:35:19 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Oct 03 18:35:19 2004 +0000 |
tree | a00f65aa8a37fd018aada4760eaef2bdfc875c80 | |
parent | dd3c83734d82eb2434079dccba62d8b2cfebe728 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py index 36640f1..66fecf1 100644 --- a/Lib/test/test_cfgparser.py +++ b/Lib/test/test_cfgparser.py
@@ -387,7 +387,7 @@ 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