| Index: masters/master.chromium.pyauto/master.cfg
|
| diff --git a/masters/master.chromium.pyauto/master.cfg b/masters/master.chromium.pyauto/master.cfg
|
| index 08f51c4aabbdd0d4c1cdea0220b34333e2e3e142..cd425e6703b68b7f240277090f0e54e3f8b23e4a 100644
|
| --- a/masters/master.chromium.pyauto/master.cfg
|
| +++ b/masters/master.chromium.pyauto/master.cfg
|
| @@ -13,8 +13,9 @@ from master import slaves_list
|
| from master.factory import chromium_factory
|
|
|
| import config
|
| +import master_site_config
|
|
|
| -ActiveMaster = config.Master.ChromiumPyauto
|
| +ActiveMaster = master_site_config.ChromiumPyauto
|
|
|
| # This is the dictionary that the buildmaster pays attention to. We also use
|
| # a shorter alias to save typing.
|
|
|