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