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

Unified Diff: appengine/findit/crash/test/results_test.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: rebase-update Created 4 years, 3 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
Index: appengine/findit/crash/test/results_test.py
diff --git a/appengine/findit/crash/test/results_test.py b/appengine/findit/crash/test/results_test.py
index f217880e09a5937ccff47cc0a1681a564cb2e395..e14833d6cd3eb8de7fc0a45d3abd33bd577af61f 100644
--- a/appengine/findit/crash/test/results_test.py
+++ b/appengine/findit/crash/test/results_test.py
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from common.blame import Region, Blame
-from common.change_log import ChangeLog
+from gitiles.blame import Region, Blame
+from gitiles.change_log import ChangeLog
from crash.callstack import StackFrame
from crash.results import Result, MatchResult, MatchResults
from crash.test.crash_test_suite import CrashTestSuite

Powered by Google App Engine
This is Rietveld 408576698