Fix the with_poll tests for platforms without poll. missing import.
This commit is contained in:
parent
dad5711677
commit
5bcd005a0b
|
@ -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…
Reference in New Issue