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