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

This commit is contained in:
Gregory P. Smith 2012-07-16 13:36:01 -07:00
parent 66dd94199c
commit e4220a5ec6
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import telnetlib
import time import time
import Queue import Queue
import unittest
from unittest import TestCase from unittest import TestCase
from test import test_support from test import test_support
threading = test_support.import_module('threading') threading = test_support.import_module('threading')