Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2265)

Unified Diff: appengine/cr-buildbucket/swarming/__init__.py

Issue 2005333002: swarmbucket: add get_builders api (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix tests Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/cr-buildbucket/main.py ('k') | appengine/cr-buildbucket/swarming/swarmbucket_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cr-buildbucket/swarming/__init__.py
diff --git a/appengine/cr-buildbucket/swarming/__init__.py b/appengine/cr-buildbucket/swarming/__init__.py
index 0a462a162b33250b684e99c1e05e827f8bd009cb..61680ec1e2c360e836ef91edd0c395b61cb5808c 100644
--- a/appengine/cr-buildbucket/swarming/__init__.py
+++ b/appengine/cr-buildbucket/swarming/__init__.py
@@ -3,3 +3,4 @@
# found in the LICENSE file.
from .swarming import * # pylint: disable=wildcard-import
+from .swarmbucket_api import SwarmbucketApi
« no previous file with comments | « appengine/cr-buildbucket/main.py ('k') | appengine/cr-buildbucket/swarming/swarmbucket_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698