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

Unified Diff: scripts/master/buildbucket/__init__.py

Issue 968053003: BuildBucket-based build triggering (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 | « no previous file | scripts/master/buildbucket/trigger.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/buildbucket/__init__.py
diff --git a/scripts/master/buildbucket/__init__.py b/scripts/master/buildbucket/__init__.py
index 4739b8797492945353fc4f65f52253eb35ba3c5e..78b7cfac89ef146fc1f56265395f533e89f7a518 100644
--- a/scripts/master/buildbucket/__init__.py
+++ b/scripts/master/buildbucket/__init__.py
@@ -25,6 +25,7 @@ from .integration import BuildBucketIntegrator
from .poller import BuildBucketPoller
from .status import BuildBucketStatus
from . import client
+from . import trigger
ghost stip (do not use) 2015/03/04 23:07:30 have we always used relative imports here? seems w
nodir 2015/03/04 23:52:09 I understand why using absolute imports is better:
def setup(
« no previous file with comments | « no previous file | scripts/master/buildbucket/trigger.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698