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

This commit is contained in:
Gregory P. Smith 2012-07-16 13:34:50 -07:00
parent dad5711677
commit 5bcd005a0b
1 changed files with 1 additions and 0 deletions

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