From 7440232f6036bb29d1c142cd32a9bb27458b30d1 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 20 Oct 2016 09:20:44 +1300 Subject: netlib.version -> mitmproxy.version --- pathod/protocols/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathod/protocols') diff --git a/pathod/protocols/http.py b/pathod/protocols/http.py index 17930320..0822e864 100644 --- a/pathod/protocols/http.py +++ b/pathod/protocols/http.py @@ -1,4 +1,4 @@ -from netlib import version +from mitmproxy import version from netlib.exceptions import TlsException from netlib.http import http1 from .. import language -- cgit v1.2.3