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

Unified Diff: appengine/findit/crash/changelist_classifier.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/crash/changelist_classifier.py
diff --git a/appengine/findit/crash/changelist_classifier.py b/appengine/findit/crash/changelist_classifier.py
index d0f21839a0b711ba6cd465d9cda2170c900dc617..eb2abba2df226f7cd2c1ee16aadaa03c0228e2a7 100644
--- a/appengine/findit/crash/changelist_classifier.py
+++ b/appengine/findit/crash/changelist_classifier.py
@@ -14,7 +14,8 @@ from crash.scorers.min_distance import MinDistance
from crash.scorers.top_frame_index import TopFrameIndex
from crash.stacktrace import CallStack
from crash.stacktrace import Stacktrace
-from lib.gitiles.diff import ChangeType
+from libs.gitiles.diff import ChangeType
+
class ChangelistClassifier(namedtuple('ChangelistClassifier',
['repository', 'top_n_frames', 'top_n_results', 'confidence_threshold'])):
« no previous file with comments | « appengine/findit/common/test/chrome_dependency_fetcher_test.py ('k') | appengine/findit/crash/component_classifier.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698