Fix LoraxTreeInfo class inheritance.

This commit is contained in:
Daniel Mach 2015-06-06 10:27:02 -04:00 committed by Adam Miller
parent ec7424395d
commit 977ad66995
1 changed files with 2 additions and 2 deletions

View File

@ -164,9 +164,9 @@ def write_tree_info(compose, arch, variant, timestamp=None):
if not self.short:
self.short = compose.conf["product_short"]
class LoraxTreeInfo(productmd.TreeInfo):
class LoraxTreeInfo(productmd.treeinfo.TreeInfo):
def clear(self):
productmd.TreeInfo.clear(self)
super(LoraxTreeInfo, self).clear()
self.product = LoraxProduct(self)
# images