Commit d8eaa490 authored by Tim Peters's avatar Tim Peters

Fix stupid typo.

parent 4423b8ce
......@@ -30,7 +30,7 @@ def test_basic():
# XXX Tim disabled this test on all platforms, for now, since the
# XXX s.connect(("gmail.org", 995))
# XXX line starting timing out on all the builbot slaves.
if 0: not sys.platform.startswith('win'):
if 0: #not sys.platform.startswith('win'):
def test_timeout():
test_support.requires('network')
......
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