diff options
Diffstat (limited to 'test/tservers.py')
-rw-r--r-- | test/tservers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tservers.py b/test/tservers.py index 3f3ea8b4..682a9144 100644 --- a/test/tservers.py +++ b/test/tservers.py @@ -3,7 +3,8 @@ import threading import Queue import cStringIO import OpenSSL -from netlib import tcp, certutils, tutils +from netlib import tcp +from netlib import tutils class ServerThread(threading.Thread): |