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

This commit is contained in:
Gregory P. Smith 2012-07-16 13:35:20 -07:00
commit 2a86b25323

View file

@ -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')