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

Unified Diff: appengine/findit/waterfall/identify_culprit_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/identify_culprit_pipeline.py
diff --git a/appengine/findit/waterfall/identify_culprit_pipeline.py b/appengine/findit/waterfall/identify_culprit_pipeline.py
index 76418ee94e43e4037f74b260b6e5f99b9f860d5f..9b302eef496f279f9d25e11a0658c64ab2de10a8 100644
--- a/appengine/findit/waterfall/identify_culprit_pipeline.py
+++ b/appengine/findit/waterfall/identify_culprit_pipeline.py
@@ -4,7 +4,7 @@
from common.pipeline_wrapper import BasePipeline
-from lib import time_util
+from libs 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