mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix the with_poll tests for platforms without poll. missing import.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user