Fix stupid typo.

This commit is contained in:
Tim Peters 2006-04-01 01:32:13 +00:00
parent 4423b8cebc
commit d8eaa49092
1 changed files with 1 additions and 1 deletions

View File

@ -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')