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

Unified Diff: appengine/findit/waterfall/identify_culprit_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/identify_culprit_pipeline.py
diff --git a/appengine/findit/waterfall/identify_culprit_pipeline.py b/appengine/findit/waterfall/identify_culprit_pipeline.py
index e6b32f5db0836ad7234f72ca1121acb92b257815..76418ee94e43e4037f74b260b6e5f99b9f860d5f 100644
--- a/appengine/findit/waterfall/identify_culprit_pipeline.py
+++ b/appengine/findit/waterfall/identify_culprit_pipeline.py
@@ -3,8 +3,8 @@
# found in the LICENSE file.
-from common import time_util
from common.pipeline_wrapper import BasePipeline
+from lib import time_util
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