aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/proxy/protocol/websockets.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/proxy/protocol/websockets.py')
-rw-r--r--mitmproxy/proxy/protocol/websockets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/proxy/protocol/websockets.py b/mitmproxy/proxy/protocol/websockets.py
index 816ec92d..636748a1 100644
--- a/mitmproxy/proxy/protocol/websockets.py
+++ b/mitmproxy/proxy/protocol/websockets.py
@@ -4,7 +4,7 @@ import struct
from OpenSSL import SSL
from mitmproxy import exceptions
from mitmproxy.proxy.protocol import base
-from netlib import strutils
+from mitmproxy.utils import strutils
from netlib import tcp
from netlib import websockets