From: Georg Brandl Date: Fri, 18 Jul 2008 10:29:30 +0000 (+0000) Subject: Correct attribute name. X-Git-Tag: v2.6b3~287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=730c8185b9fc7af9acf0a873faaa694a527e5050;p=thirdparty%2FPython%2Fcpython.git Correct attribute name. --- diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py index 9163ef859d80..b7911fd61c45 100644 --- a/Lib/test/test_robotparser.py +++ b/Lib/test/test_robotparser.py @@ -149,5 +149,5 @@ def test_main(): TestCase().run() if __name__=='__main__': - test_support.Verbose = 1 + test_support.verbose = 1 test_main()