From 2b4af8d4756bc4eef613ec2cdf81a97d3952150b Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 13 Jun 2013 16:04:04 +0200 Subject: add support for multiple scripts and script arguments. refs #76 --- examples/stub.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/stub.py') diff --git a/examples/stub.py b/examples/stub.py index 31411145..42b2935a 100644 --- a/examples/stub.py +++ b/examples/stub.py @@ -1,8 +1,7 @@ """ This is a script stub, with definitions for all events. """ - -def start(ctx): +def start(ctx, argv): """ Called once on script startup, before any other events. """ -- cgit v1.2.3