mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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:
committed by
Richard Purdie
parent
39d61dc498
commit
1e7204a7b5
@@ -34,7 +34,7 @@ worker_pid = 0
|
|||||||
worker_pipe = None
|
worker_pipe = None
|
||||||
useStdout = True
|
useStdout = True
|
||||||
|
|
||||||
class Event:
|
class Event(object):
|
||||||
"""Base class for events"""
|
"""Base class for events"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user