mirror of
https://github.com/python/cpython.git
synced 2025-09-23 08:53:45 +00:00
Fix the with_poll tests for platforms without poll. missing import.
This commit is contained in:
parent
66dd94199c
commit
e4220a5ec6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue