From: Holger Schurig Date: Wed, 31 Mar 2010 19:54:29 +0000 (+0200) Subject: skeleton: fix function name "start" to match comment and @set_hook() X-Git-Url: https://oss.titaniummirror.com/gitweb?p=webber.git;a=commitdiff_plain;h=04ec6441ce9c33723da55f2dc113c1730b4c40d6 skeleton: fix function name "start" to match comment and @set_hook() --- diff --git a/plugins/skeleton.py b/plugins/skeleton.py index 0b427f1..8ab9b57 100644 --- a/plugins/skeleton.py +++ b/plugins/skeleton.py @@ -37,7 +37,7 @@ def checkconfig(params): # param is empty # @set_hook("start") -def finish(params): +def start(params): if cfg.test_verbose: print "in skeleton.start"