aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/test_socks.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/netlib/test_socks.py')
-rw-r--r--test/netlib/test_socks.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/netlib/test_socks.py b/test/netlib/test_socks.py
index 17e08054..0603f34b 100644
--- a/test/netlib/test_socks.py
+++ b/test/netlib/test_socks.py
@@ -1,6 +1,8 @@
import ipaddress
from io import BytesIO
-from netlib import socks, tcp, tutils
+from netlib import socks
+from netlib import tcp
+from mitmproxy.test import tutils
def test_client_greeting():