Fix the with_poll tests for platforms without poll. missing import.
authorGregory P. Smith <greg@krypto.org>
Mon, 16 Jul 2012 20:34:50 +0000 (13:34 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Jul 2012 20:34:50 +0000 (13:34 -0700)
Lib/test/test_telnetlib.py

index 38da08c72832843c46b85472672d40f4f894f7a9..5ccde23b056e35de27ddf40eb445316e3b3a4a96 100644 (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')