[Python-checkins] r65098 - python/trunk/Lib/test/test_robotparser.py
georg.brandl
python-checkins at python.org
Fri Jul 18 12:29:30 CEST 2008
Author: georg.brandl
Date: Fri Jul 18 12:29:30 2008
New Revision: 65098
Log:
Correct attribute name.
Modified:
python/trunk/Lib/test/test_robotparser.py
Modified: python/trunk/Lib/test/test_robotparser.py
==============================================================================
--- python/trunk/Lib/test/test_robotparser.py (original)
+++ python/trunk/Lib/test/test_robotparser.py Fri Jul 18 12:29:30 2008
@@ -149,5 +149,5 @@
TestCase().run()
if __name__=='__main__':
- test_support.Verbose = 1
+ test_support.verbose = 1
test_main()
More information about the Python-checkins
mailing list