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

Unified Diff: appengine/findit/crash/scorers/test/scorer_test_suite.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: reordering imports Created 4 years, 2 months 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/test/callstack_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/scorers/test/scorer_test_suite.py
diff --git a/appengine/findit/crash/scorers/test/scorer_test_suite.py b/appengine/findit/crash/scorers/test/scorer_test_suite.py
index 8ef35037b92756f8f70917116056cb1db495e693..9d37fcb52210f8eb21c68bdfd60ed0890bccea8d 100644
--- a/appengine/findit/crash/scorers/test/scorer_test_suite.py
+++ b/appengine/findit/crash/scorers/test/scorer_test_suite.py
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from common.change_log import ChangeLog
+from lib.gitiles.change_log import ChangeLog
from testing_utils import testing
DUMMY_CHANGELOG = ChangeLog.FromDict({
« no previous file with comments | « appengine/findit/crash/crash_pipeline.py ('k') | appengine/findit/crash/test/callstack_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698