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

Unified Diff: appengine/findit/waterfall/detect_first_failure_pipeline.py

Issue 1260743006: Update appengine-pipelines before files API turndown. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix typo. Created 5 years, 5 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/findit/main.py ('k') | appengine/findit/waterfall/extract_signal_pipeline.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/waterfall/detect_first_failure_pipeline.py
diff --git a/appengine/findit/waterfall/detect_first_failure_pipeline.py b/appengine/findit/waterfall/detect_first_failure_pipeline.py
index be341f9dee467219674df197d8a0e9f85d3378d0..7156036d8da519d0e65a564c4d9f5e09281725e7 100644
--- a/appengine/findit/waterfall/detect_first_failure_pipeline.py
+++ b/appengine/findit/waterfall/detect_first_failure_pipeline.py
@@ -10,7 +10,8 @@ import time
from google.appengine.api import memcache
-from pipeline_utils.appengine_third_party_pipeline_src_pipeline import pipeline
+from pipeline_utils.appengine_third_party_pipeline_python_src_pipeline \
+ import pipeline
from common.http_client_appengine import HttpClientAppengine as HttpClient
from model.wf_build import WfBuild
« no previous file with comments | « appengine/findit/main.py ('k') | appengine/findit/waterfall/extract_signal_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698