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

Unified Diff: appengine/findit/waterfall/flake/trigger_flake_analyses_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/flake/trigger_flake_analyses_pipeline.py
diff --git a/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py b/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
index f7991da5907cbbc328db43e29c4b54c9f33e5d0a..e75554e1a670d120d280696a1cc83dc20fad7ad5 100644
--- a/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
+++ b/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
@@ -5,7 +5,7 @@
import logging
from common.pipeline_wrapper import BasePipeline
-from lib import time_util
+from libs import time_util
from model.flake.flake_analysis_request import FlakeAnalysisRequest
from model.wf_analysis import WfAnalysis
from model.wf_swarming_task import WfSwarmingTask

Powered by Google App Engine
This is Rietveld 408576698