aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2017-03-16 15:40:43 +1300
committerAldo Cortesi <aldo@corte.si>2017-03-17 07:56:32 +1300
commiteac210829e51d988b7090b448037de6d41d5dfe9 (patch)
treedce042b535fc67db559f5ac459a7231fcf50ea0c
parent7a8b362df6878a2b7c6db3919b106c28eb91a8bf (diff)
downloadmitmproxy-eac210829e51d988b7090b448037de6d41d5dfe9.tar.gz
mitmproxy-eac210829e51d988b7090b448037de6d41d5dfe9.tar.bz2
mitmproxy-eac210829e51d988b7090b448037de6d41d5dfe9.zip
Rip out master handler mechanism
All events are now handled by addons, and we no longer support any events on master.
-rw-r--r--test/mitmproxy/test_taddons.py1
1 files changed, 0 insertions, 1 deletions
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