mirror of https://github.com/python/cpython
Fix the with_poll tests for platforms without poll. missing import.
This commit is contained in:
parent
66dd94199c
commit
e4220a5ec6
|
@ -3,6 +3,7 @@ import telnetlib
|
|||
import time
|
||||
import Queue
|
||||
|
||||
import unittest
|
||||
from unittest import TestCase
|
||||
from test import test_support
|
||||
threading = test_support.import_module('threading')
|
||||
|
|
Loading…
Reference in New Issue