| OLD | NEW |
| 1 #!/usr/bin/python | 1 #!/usr/bin/python |
| 2 # Copyright 2014 The Chromium Authors. All rights reserved. | 2 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 # This file is used by scripts/tools/buildbot-tool to generate master configs. | 6 # This file is used by scripts/tools/buildbot-tool to generate master configs. |
| 7 | 7 |
| 8 # This script is used to set up a new database on the master. | 8 # This script is used to set up a new database on the master. |
| 9 | 9 |
| 10 from buildbot.scripts import runner | 10 from buildbot.scripts import runner |
| 11 runner.run() | 11 runner.run() |
| OLD | NEW |