RuntimeBuilder fixup

This commit is contained in:
Will Woods 2011-05-17 15:29:23 -04:00
parent 729511f06a
commit d26c014279
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class RuntimeBuilder(object):
removelocales = locales.difference(keeplocales)
self.runtemplate("runtime-cleanup.tmpl", removelocales=removelocales)
class TreeBuilder(BaseBuilder):
class TreeBuilder(object):
'''Builds the arch-specific boot images.
inroot should be the installtree root (the newly-built runtime dir)'''
def __init__(self, product, arch, inroot, outroot, templatedir=None):