]> code.ossystems Code Review - openembedded-core.git/commitdiff
Turn Event into a new style class
authorChris Larson <chris_larson@mentor.com>
Fri, 10 Sep 2010 00:57:51 +0000 (17:57 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:35 +0000 (14:46 +0000)
(Bitbake rev: b42221cabeb1193ade134d1d3c0318203ab8eb93)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/event.py

index 3fb9ff5bfc6a3e8c59479598c0da5ecf7eef03a2..f3efae9bdf844037cdc868741de22cb5da32e18d 100644 (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):