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

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: reverted unintended change to an __init__ file 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
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 0cf7ee6183808a300d7f9ef564b550b69329828f..8a55987ee435490e38f9f30dae20b2aa72020eeb 100644
--- a/appengine/findit/crash/test/results_test.py
+++ b/appengine/findit/crash/test/results_test.py
@@ -2,9 +2,9 @@
# 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
-from common.blame import Blame
-from common.change_log import ChangeLog
+from lib.gitiles.blame import Region
+from lib.gitiles.blame import Blame
+from lib.gitiles.change_log import ChangeLog
stgao 2016/10/28 18:20:59 order of import.
wrengr 2016/10/28 19:24:48 Done.
from crash.stacktrace import StackFrame
from crash.results import AnalysisInfo
from crash.results import Result

Powered by Google App Engine
This is Rietveld 408576698