]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-autobuild-notifier.bbclass: Fix parse error
authorRichard Purdie <richard@openedhand.com>
Tue, 17 Jun 2008 12:01:17 +0000 (12:01 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 17 Jun 2008 12:01:17 +0000 (12:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4681 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/poky-autobuild-notifier.bbclass

index ef353e0f192afa8f655a4230b22e91462b0f9172..2ae6d5cf8fedbe94bfc24257dfcb0166b73ff302 100644 (file)
@@ -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