Chromium Code Reviews

Unified Diff: appengine/findit/waterfall/test/build_failure_analysis_pipelines_test.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.
Jump to:
View side-by-side diff with in-line comments
Index: appengine/findit/waterfall/test/build_failure_analysis_pipelines_test.py
diff --git a/appengine/findit/waterfall/test/build_failure_analysis_pipelines_test.py b/appengine/findit/waterfall/test/build_failure_analysis_pipelines_test.py
index 5d2638cfe2293adce1cbaa25de7d07aa06c66f6b..4fe66a7ee6e7850443a255beac9646dd230eea56 100644
--- a/appengine/findit/waterfall/test/build_failure_analysis_pipelines_test.py
+++ b/appengine/findit/waterfall/test/build_failure_analysis_pipelines_test.py
@@ -5,7 +5,8 @@
import os
import logging
-from pipeline_utils.appengine_third_party_pipeline_src_pipeline import handlers
+from pipeline_utils.appengine_third_party_pipeline_python_src_pipeline \
+ import handlers
from testing_utils import testing
from model.wf_analysis import WfAnalysis

Powered by Google App Engine