Kaydet (Commit) d69bd23b authored tarafından Claude Paroz's avatar Claude Paroz

Fixed Python version check in testcases.py

üst fcc8de05
......@@ -917,7 +917,7 @@ class QuietWSGIRequestHandler(WSGIRequestHandler):
pass
if sys.version_info >= (2, 6, 0):
if sys.version_info >= (2, 7, 0):
_ImprovedEvent = threading._Event
else:
class _ImprovedEvent(threading._Event):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment