diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-10-03 18:35:19 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-10-03 18:35:19 (GMT) |
commit | ab9b32c0778655db5d2bf3f4c34d3a205d87a1af (patch) | |
tree | a00f65aa8a37fd018aada4760eaef2bdfc875c80 /Lib/test/test_cfgparser.py | |
parent | dd3c83734d82eb2434079dccba62d8b2cfebe728 (diff) | |
download | cpython-ab9b32c0778655db5d2bf3f4c34d3a205d87a1af.zip cpython-ab9b32c0778655db5d2bf3f4c34d3a205d87a1af.tar.gz cpython-ab9b32c0778655db5d2bf3f4c34d3a205d87a1af.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_cfgparser.py')
-rw-r--r-- | Lib/test/test_cfgparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 |