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

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

Issue 2538373003: [Culprit-Finder] Merge lib/ to libs/. (Closed)
Patch Set: . Created 4 years 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/identify_try_job_culprit_pipeline.py
diff --git a/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py b/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
index 8b05dabeeccc9181eb2b7da96681b235bd87a2f4..972743dfaffb487cc9f04717b78709858c3e3b99 100644
--- a/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
+++ b/appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
@@ -11,7 +11,7 @@ from google.appengine.ext import ndb
from common.http_client_appengine import HttpClientAppengine as HttpClient
from common.pipeline_wrapper import BasePipeline
from common.waterfall import failure_type
-from lib.gitiles.gitiles_repository import GitilesRepository
+from libs.gitiles.gitiles_repository import GitilesRepository
from model import analysis_approach_type
from model import analysis_status
from model import result_status

Powered by Google App Engine
This is Rietveld 408576698