summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cfgparser.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-10-03 18:35:19 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-10-03 18:35:19 (GMT)
commitab9b32c0778655db5d2bf3f4c34d3a205d87a1af (patch)
treea00f65aa8a37fd018aada4760eaef2bdfc875c80 /Lib/test/test_cfgparser.py
parentdd3c83734d82eb2434079dccba62d8b2cfebe728 (diff)
downloadcpython-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.py2
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