From eac210829e51d988b7090b448037de6d41d5dfe9 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 16 Mar 2017 15:40:43 +1300 Subject: Rip out master handler mechanism All events are now handled by addons, and we no longer support any events on master. --- test/mitmproxy/test_taddons.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/mitmproxy/test_taddons.py b/test/mitmproxy/test_taddons.py index 1e42141c..42371cfe 100644 --- a/test/mitmproxy/test_taddons.py +++ b/test/mitmproxy/test_taddons.py @@ -1,4 +1,3 @@ - from mitmproxy.test import taddons from mitmproxy import ctx -- cgit v1.2.3