projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66dd941
)
Fix the with_poll tests for platforms without poll. missing import.
author
Gregory P. Smith
<greg@krypto.org>
Mon, 16 Jul 2012 20:36:01 +0000
(13:36 -0700)
committer
Gregory P. Smith
<greg@krypto.org>
Mon, 16 Jul 2012 20:36:01 +0000
(13:36 -0700)
Lib/test/test_telnetlib.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_telnetlib.py
b/Lib/test/test_telnetlib.py
index c66f49b2310b31e3faabc0d3db987583c9b02ce3..7fdb49e8e62edd6b4cdef31e32e1d167e07d2d99 100644
(file)
--- a/
Lib/test/test_telnetlib.py
+++ b/
Lib/test/test_telnetlib.py
@@
-3,6
+3,7
@@
import telnetlib
import time
import Queue
+import unittest
from unittest import TestCase
from test import test_support
threading = test_support.import_module('threading')