aboutsummaryrefslogtreecommitdiffstats
path: root/test/tservers.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-08-01 14:49:15 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-08-01 14:49:15 +0200
commit0be84fd6b96c170db6020b5aed1e962d64ffedda (patch)
tree58fca864d8fc47b2c615f483801374841401928a /test/tservers.py
parenta837230320378d629ba9f25960b1dfd25c892ad9 (diff)
downloadmitmproxy-0be84fd6b96c170db6020b5aed1e962d64ffedda.tar.gz
mitmproxy-0be84fd6b96c170db6020b5aed1e962d64ffedda.tar.bz2
mitmproxy-0be84fd6b96c170db6020b5aed1e962d64ffedda.zip
fix tutils imports
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):