From 103372246d4263677d14ffd63cdc7483f3831dd1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 17 Jun 2008 12:01:17 +0000 Subject: poky-autobuild-notifier.bbclass: Fix parse error git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4681 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/classes/poky-autobuild-notifier.bbclass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/classes/poky-autobuild-notifier.bbclass b/meta/classes/poky-autobuild-notifier.bbclass index ef353e0f1..2ae6d5cf8 100644 --- a/meta/classes/poky-autobuild-notifier.bbclass +++ b/meta/classes/poky-autobuild-notifier.bbclass @@ -3,10 +3,8 @@ # Author: Richard Purdie # -""" -Designed for use with the Poky autobuilder only and provides custom hooks for -certain specific events. -""" +# Designed for use with the Poky autobuilder only and provides custom hooks for +# certain specific events. def do_autobuilder_failure_report(event): from bb.event import getName -- cgit v1.2.3