1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
-4
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"""