projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad5711
)
Fix the with_poll tests for platforms without poll. missing import.
author
Gregory P. Smith
<greg@krypto.org>
Mon, 16 Jul 2012 20:34:50 +0000
(13:34 -0700)
committer
Gregory P. Smith
<greg@krypto.org>
Mon, 16 Jul 2012 20:34:50 +0000
(13:34 -0700)
Lib/test/test_telnetlib.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_telnetlib.py
b/Lib/test/test_telnetlib.py
index 38da08c72832843c46b85472672d40f4f894f7a9..5ccde23b056e35de27ddf40eb445316e3b3a4a96 100644
(file)
--- a/
Lib/test/test_telnetlib.py
+++ b/
Lib/test/test_telnetlib.py
@@
-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')