event.py: Revert accidental but harmless commit

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4529 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-21 21:09:38 +00:00
parent 019392eadb
commit 9d81637f62
1 changed files with 0 additions and 4 deletions

View File

@ -230,10 +230,6 @@ class BuildStarted(BuildBase):
"""bbmake build run started"""
class BuildFailed(BuildBase):
"""bbmake build run failed"""
class BuildCompleted(BuildBase):
"""bbmake build run completed"""