From 853e03a5e753354fad3a3fa5384ef3a09384ef43 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 20 Oct 2016 11:42:55 +1300 Subject: netlib.tutils -> mitmproxy.test.tutils There's a LOT more to be done refactoring our different conflicting test utils. --- test/netlib/http/test_headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/netlib/http/test_headers.py') diff --git a/test/netlib/http/test_headers.py b/test/netlib/http/test_headers.py index 63f16897..cac77d57 100644 --- a/test/netlib/http/test_headers.py +++ b/test/netlib/http/test_headers.py @@ -1,7 +1,7 @@ import collections from netlib.http.headers import Headers, parse_content_type, assemble_content_type -from netlib.tutils import raises +from mitmproxy.test.tutils import raises class TestHeaders: -- cgit v1.2.3