diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-17 12:01:17 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-17 12:01:17 +0000 |
commit | 103372246d4263677d14ffd63cdc7483f3831dd1 (patch) | |
tree | 5747fb27ebe7d3299df6f7110c8c1ef8e8023b2f /meta/classes | |
parent | e38122a26dbb989811108200e15e820fccb47b7c (diff) | |
download | poky-103372246d4263677d14ffd63cdc7483f3831dd1.tar.gz |
poky-autobuild-notifier.bbclass: Fix parse error
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4681 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/poky-autobuild-notifier.bbclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/classes/poky-autobuild-notifier.bbclass b/meta/classes/poky-autobuild-notifier.bbclass index ef353e0f19..2ae6d5cf8f 100644 --- a/meta/classes/poky-autobuild-notifier.bbclass +++ b/meta/classes/poky-autobuild-notifier.bbclass | |||
@@ -3,10 +3,8 @@ | |||
3 | # Author: Richard Purdie | 3 | # Author: Richard Purdie |
4 | # | 4 | # |
5 | 5 | ||
6 | """ | 6 | # Designed for use with the Poky autobuilder only and provides custom hooks for |
7 | Designed for use with the Poky autobuilder only and provides custom hooks for | 7 | # certain specific events. |
8 | certain specific events. | ||
9 | """ | ||
10 | 8 | ||
11 | def do_autobuilder_failure_report(event): | 9 | def do_autobuilder_failure_report(event): |
12 | from bb.event import getName | 10 | from bb.event import getName |