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

Unified Diff: appengine/findit/waterfall/pull_changelog_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/pull_changelog_pipeline.py
diff --git a/appengine/findit/waterfall/pull_changelog_pipeline.py b/appengine/findit/waterfall/pull_changelog_pipeline.py
index 6fee9d78a915bef22231878865acc3b9a74f6bda..f36d583a300c4d4fbd990dd5c0afdd5c60324452 100644
--- a/appengine/findit/waterfall/pull_changelog_pipeline.py
+++ b/appengine/findit/waterfall/pull_changelog_pipeline.py
@@ -5,7 +5,7 @@
from common.http_client_appengine import HttpClientAppengine as HttpClient
from common.pipeline_wrapper import BasePipeline
from common.pipeline_wrapper import pipeline
-from lib.gitiles.gitiles_repository import GitilesRepository
+from libs.gitiles.gitiles_repository import GitilesRepository
class PullChangelogPipeline(BasePipeline):

Powered by Google App Engine
This is Rietveld 408576698