Signed-off-by: Chris Larson <chris_larson@mentor.com>
__cache_version__ = "131"
-class Cache:
+
+class Cache(object):
"""
BitBake Cache implementation
"""
return Cache(cooker.configuration.data)
-
-#============================================================================#
-# CacheData
-#============================================================================#
-class CacheData:
+class CacheData(object):
"""
The data structures we compile from the cached data
"""