From 1e7204a7b5b7b9a73759646fa0e297c7b4bc55ed Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Sep 2010 17:57:51 -0700 Subject: Turn Event into a new style class (Bitbake rev: b42221cabeb1193ade134d1d3c0318203ab8eb93) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/bb/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/event.py') diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index 3fb9ff5bfc..f3efae9bdf 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py @@ -34,7 +34,7 @@ worker_pid = 0 worker_pipe = None useStdout = True -class Event: +class Event(object): """Base class for events""" def __init__(self): -- cgit v1.2.3-54-g00ecf