From 92a5076bd01b71e8ed709901d63de9ee37385c3b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 15 Jul 2016 14:59:48 +1200 Subject: Adjust concurrent tests for start method --- examples/stub.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/stub.py') diff --git a/examples/stub.py b/examples/stub.py index 7de4012a..e5b4a39a 100644 --- a/examples/stub.py +++ b/examples/stub.py @@ -4,7 +4,6 @@ import mitmproxy """ - def start(): """ Called once on script startup before any other events @@ -12,7 +11,6 @@ def start(): mitmproxy.ctx.log("start") - def configure(options): """ Called once on script startup before any other events, and whenever options changes. -- cgit v1.2.3