| Index: masters/master.chromium/master_full_cfg.py
|
| diff --git a/masters/master.chromium/master_full_cfg.py b/masters/master.chromium/master_full_cfg.py
|
| index 9c3c3a1d4b3f9fa231724be614502e7e0f64be59..625f21e4ce66eb1af778d92c4b381f7ac8fb849d 100644
|
| --- a/masters/master.chromium/master_full_cfg.py
|
| +++ b/masters/master.chromium/master_full_cfg.py
|
| @@ -5,9 +5,9 @@
|
| from master import master_config
|
| from master.factory import chromium_factory
|
|
|
| -import config
|
| +import master_site_config
|
|
|
| -ActiveMaster = config.Master.Chromium
|
| +ActiveMaster = master_site_config.Chromium
|
|
|
| defaults = {}
|
|
|
|
|