Turn Event into a new style class

(Bitbake rev: b42221cabeb1193ade134d1d3c0318203ab8eb93)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Chris Larson 2010-09-09 17:57:51 -07:00 committed by Richard Purdie
parent 39d61dc498
commit 1e7204a7b5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ worker_pid = 0
worker_pipe = None
useStdout = True
class Event:
class Event(object):
"""Base class for events"""
def __init__(self):