Commit e4220a5e authored by Gregory P. Smith's avatar Gregory P. Smith

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

parent 66dd9419
......@@ -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')
......
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