aboutsummaryrefslogtreecommitdiffstats
path: root/examples/stub.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-07-15 14:59:48 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-07-15 15:00:37 +1200
commit92a5076bd01b71e8ed709901d63de9ee37385c3b (patch)
treef3f39a3ee4dbf3e816a48a7962d002973fc2de4c /examples/stub.py
parent4ba7ce50c6aa7b96325e201f65747a3a6ace1a7a (diff)
downloadmitmproxy-92a5076bd01b71e8ed709901d63de9ee37385c3b.tar.gz
mitmproxy-92a5076bd01b71e8ed709901d63de9ee37385c3b.tar.bz2
mitmproxy-92a5076bd01b71e8ed709901d63de9ee37385c3b.zip
Adjust concurrent tests for start method
Diffstat (limited to 'examples/stub.py')
-rw-r--r--examples/stub.py2
1 files changed, 0 insertions, 2 deletions
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.