aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/pathod.py')
-rw-r--r--pathod/pathod.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pathod/pathod.py b/pathod/pathod.py
index 746998c5..a8658361 100644
--- a/pathod/pathod.py
+++ b/pathod/pathod.py
@@ -4,9 +4,9 @@ import os
import sys
import threading
-from netlib import tcp
+from mitmproxy.net import tcp
from mitmproxy import certs as mcerts
-from netlib import websockets
+from mitmproxy.net import websockets
from mitmproxy import version
import urllib