Correct attribute name.

This commit is contained in:
Georg Brandl 2008-07-18 10:29:30 +00:00
parent 9334d02ff5
commit 730c8185b9
1 changed files with 1 additions and 1 deletions

View File

@ -149,5 +149,5 @@ def test_main():
TestCase().run()
if __name__=='__main__':
test_support.Verbose = 1
test_support.verbose = 1
test_main()