Commit 5bcd005a authored by Gregory P. Smith's avatar Gregory P. Smith

Fix the with_poll tests for platforms without poll. missing import.

parent dad57116
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment