diff --git a/common.py b/common.py index aa0167b..0638c43 100644 --- a/common.py +++ b/common.py @@ -84,7 +84,7 @@ if os.path.exists(config_file): config = imp.load_source('config', config_file) configs = {x:getattr(config, x) for x in dir(config) if not x.startswith('__')} -class BuildComponent: +class BuildComponent(Component): def __init__(self): pass