Browse Source

Fix the with_poll tests for platforms without poll. missing import.

pull/2332/head
Gregory P. Smith 14 years ago
parent
commit
5bcd005a0b
  1. 1
      Lib/test/test_telnetlib.py

1
Lib/test/test_telnetlib.py

@ -4,6 +4,7 @@ import telnetlib
import time
import contextlib
import unittest
from unittest import TestCase
from test import support
threading = support.import_module('threading')

Loading…
Cancel
Save