From 863ac44b74cd66f7d289748816d65c65808c149b Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 16 Apr 2002 01:38:40 +0000 Subject: Whitespace normalization. --- Lib/test/test_cfgparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_cfgparser.py') diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py index 57e712579b..6a6fecbfbb 100644 --- a/Lib/test/test_cfgparser.py +++ b/Lib/test/test_cfgparser.py @@ -67,7 +67,7 @@ foo = another very foo = this line is much, much longer than my editor likes it. """) - + def case_sensitivity(): print "Testing case sensitivity..." cf = ConfigParser.ConfigParser() -- cgit v1.2.1