Navigation | Overlay |
---|---|
t Navigate files | h Toggle hits |
y Change url to tip of branch | m Toggle misses |
b / v Jump to prev/next hit line | p Toggle partial |
z / x Jump to prev/next missed or partial line | 1..9 Toggle flags |
shift + o Open current page in GitHub | a Toggle all on |
/ or ? Show keyboard shortcuts dialog | c Toggle context lines or commits |
1 |
# This file is part of Buildbot. Buildbot is free software: you can
|
|
2 |
# redistribute it and/or modify it under the terms of the GNU General Public
|
|
3 |
# License as published by the Free Software Foundation, version 2.
|
|
4 |
#
|
|
5 |
# This program is distributed in the hope that it will be useful, but WITHOUT
|
|
6 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
7 |
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
8 |
# details.
|
|
9 |
#
|
|
10 |
# You should have received a copy of the GNU General Public License along with
|
|
11 |
# this program; if not, write to the Free Software Foundation, Inc., 51
|
|
12 |
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
13 |
#
|
|
14 |
# Copyright Buildbot Team Members
|
|
15 |
|
|
16 | 4 |
from __future__ import absolute_import |
17 | 4 |
from __future__ import print_function |
18 |
|
|
19 | 4 |
from buildbot_worker.null import LocalWorker |
20 | 4 |
from buildbot_worker.pb import Worker |
21 |
|
|
22 | 4 |
__all__ = ['Worker', 'LocalWorker'] |
Read our documentation on viewing source code .