]> granicus.if.org Git - python/commitdiff
Correct attribute name.
authorGeorg Brandl <georg@python.org>
Fri, 18 Jul 2008 10:29:30 +0000 (10:29 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 18 Jul 2008 10:29:30 +0000 (10:29 +0000)
Lib/test/test_robotparser.py

index 9163ef859d80e7677e38bcac123d212593fbb703..b7911fd61c4560215d452a8ea91b1981797fe9cc 100644 (file)
@@ -149,5 +149,5 @@ def test_main():
     TestCase().run()
 
 if __name__=='__main__':
-    test_support.Verbose = 1
+    test_support.verbose = 1
     test_main()