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

Unified Diff: appengine/findit/waterfall/extract_deps_info_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/extract_deps_info_pipeline.py
diff --git a/appengine/findit/waterfall/extract_deps_info_pipeline.py b/appengine/findit/waterfall/extract_deps_info_pipeline.py
index f76955cec40295b9ade8adff933afc2fc8f2f25d..3a7cb181ee6a5a3615f7484af95e95622f0dba0c 100644
--- a/appengine/findit/waterfall/extract_deps_info_pipeline.py
+++ b/appengine/findit/waterfall/extract_deps_info_pipeline.py
@@ -7,7 +7,7 @@ import logging
from common import chrome_dependency_fetcher
from common.http_client_appengine import HttpClientAppengine
from common.pipeline_wrapper import BasePipeline
-from lib.gitiles import gitiles_repository
+from libs.gitiles import gitiles_repository
def _GetOSPlatformName(master_name, builder_name): # pragma: no cover

Powered by Google App Engine
This is Rietveld 408576698