From 63c6660895c83967c5d93499bcda3e233f722ded Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 13 Jun 2016 18:17:09 -0700 Subject: update examples, tests, docs --- examples/stub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stub.py') diff --git a/examples/stub.py b/examples/stub.py index 516b71a5..a0f73538 100644 --- a/examples/stub.py +++ b/examples/stub.py @@ -3,7 +3,7 @@ """ -def start(context, argv): +def start(context): """ Called once on script startup, before any other events. """ -- cgit v1.2.3