diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-21 21:09:38 +0000 | 
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-21 21:09:38 +0000 | 
| commit | 9d81637f62685fa9cfd7003b434c70a458f1a06b (patch) | |
| tree | eac1c8b565ac51f4b10f0e1c675c134eb181a0d5 | |
| parent | 019392eadbaab002005d5520f8f4b99655eac02e (diff) | |
| download | openembedded-core-9d81637f62685fa9cfd7003b434c70a458f1a06b.tar.gz openembedded-core-9d81637f62685fa9cfd7003b434c70a458f1a06b.tar.bz2 openembedded-core-9d81637f62685fa9cfd7003b434c70a458f1a06b.zip | |
event.py: Revert accidental but harmless commit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4529 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | bitbake/lib/bb/event.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index fb99c3912d..c0a59e6120 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py @@ -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""" | 
