aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/websockets
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 21:31:07 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 21:53:16 +0100
commit6b585023fd4ef068df7452a77f52b0c2ff490fd5 (patch)
tree83c8dde6ba510476265e268c9e2b921ff73c4a75 /test/netlib/websockets
parent8242f2cc9d9e833a3c816d4b35495830fb833e55 (diff)
downloadmitmproxy-6b585023fd4ef068df7452a77f52b0c2ff490fd5.tar.gz
mitmproxy-6b585023fd4ef068df7452a77f52b0c2ff490fd5.tar.bz2
mitmproxy-6b585023fd4ef068df7452a77f52b0c2ff490fd5.zip
move tservers helper
Diffstat (limited to 'test/netlib/websockets')
-rw-r--r--test/netlib/websockets/test_websockets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/netlib/websockets/test_websockets.py b/test/netlib/websockets/test_websockets.py
index d53f0d83..a7d782a4 100644
--- a/test/netlib/websockets/test_websockets.py
+++ b/test/netlib/websockets/test_websockets.py
@@ -2,12 +2,12 @@ import os
from netlib.http.http1 import read_response, read_request
-from netlib import tcp, websockets, http, tutils, tservers
+from netlib import tcp, websockets, http, tutils
from netlib.http import status_codes
from netlib.tutils import treq
-
from netlib.exceptions import *
+from .. import tservers
class WebSocketsEchoHandler(tcp.BaseHandler):