From 355df29248ed9a734a8a47010091ac35c069e525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Mon, 19 Nov 2018 00:00:00 +0000 Subject: [PATCH] bak --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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