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

Unified Diff: appengine/findit/waterfall/pull_changelog_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
Index: appengine/findit/waterfall/pull_changelog_pipeline.py
diff --git a/appengine/findit/waterfall/pull_changelog_pipeline.py b/appengine/findit/waterfall/pull_changelog_pipeline.py
index 6ffd87c2e53aab8b8fd1a2497de47ab3d9e11dc2..6b425f5468e5da54eb7da9c4b20083a2e31121a8 100644
--- a/appengine/findit/waterfall/pull_changelog_pipeline.py
+++ b/appengine/findit/waterfall/pull_changelog_pipeline.py
@@ -2,7 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-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.git_repository import GitRepository
from common.http_client_appengine import HttpClientAppengine as HttpClient

Powered by Google App Engine
This is Rietveld 408576698