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

Unified Diff: appengine/findit/crash/findit.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
« no previous file with comments | « appengine/findit/crash/crash_pipeline.py ('k') | appengine/findit/crash/scorers/test/scorer_test_suite.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/findit.py
diff --git a/appengine/findit/crash/findit.py b/appengine/findit/crash/findit.py
index 932a324aa7519e3211d62498668281bd8b308609..bfdfd63b71ef1a5b536132d7e4bdc8ac1c9850fb 100644
--- a/appengine/findit/crash/findit.py
+++ b/appengine/findit/crash/findit.py
@@ -12,10 +12,11 @@ from common import appengine_util
from common import chrome_dependency_fetcher
from common import constants
from crash.crash_report import CrashReport
-from lib import time_util
+from libs import time_util
from model import analysis_status
from model.crash.crash_config import CrashConfig
+
# TODO(http://crbug.com/659346): since most of our unit tests are
# FinditForFracas-specific, wrengr moved them to findit_for_chromecrash_test.py.
# However, now we're missing coverage for most of this file (due to the
« no previous file with comments | « appengine/findit/crash/crash_pipeline.py ('k') | appengine/findit/crash/scorers/test/scorer_test_suite.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698