diff options
author | Georg Brandl <georg@python.org> | 2008-07-18 10:29:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-07-18 10:29:30 (GMT) |
commit | 730c8185b9fc7af9acf0a873faaa694a527e5050 (patch) | |
tree | e9db9514f6376c4f89cb6d3bcfd50cde61fdf36b | |
parent | 9334d02ff5afe7c694cab76689db5d967349d277 (diff) | |
download | cpython-730c8185b9fc7af9acf0a873faaa694a527e5050.zip cpython-730c8185b9fc7af9acf0a873faaa694a527e5050.tar.gz cpython-730c8185b9fc7af9acf0a873faaa694a527e5050.tar.bz2 |
Correct attribute name.
-rw-r--r-- | Lib/test/test_robotparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py index 9163ef8..b7911fd 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() |