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

Unified Diff: appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py

Issue 2480593002: [Predator] Move time_util from common/ to lib/, split code review related part to code_review_util (Closed)
Patch Set: Rebase and fix nits. Created 4 years, 1 month 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 cd46cdbd63c76fc00c49c6dd05dd9bb007ccf21d..f7991da5907cbbc328db43e29c4b54c9f33e5d0a 100644
--- a/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
+++ b/appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py
@@ -4,8 +4,8 @@
import logging
-from common import time_util
from common.pipeline_wrapper import BasePipeline
+from lib 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