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

Unified Diff: appengine/findit/crash/test/findit_for_crash_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/findit_for_crash_test.py
diff --git a/appengine/findit/crash/test/findit_for_crash_test.py b/appengine/findit/crash/test/findit_for_crash_test.py
index 083dccf774dc1f0a80e1e868c50ee07d72cc7aa8..840d164590c756675ff9545b66c00e469795f616 100644
--- a/appengine/findit/crash/test/findit_for_crash_test.py
+++ b/appengine/findit/crash/test/findit_for_crash_test.py
@@ -4,10 +4,10 @@
from collections import defaultdict
-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 gitiles.git_repository import GitRepository
from common.dependency import Dependency, DependencyRoll
-from common.git_repository import GitRepository
from crash import findit_for_crash
from crash.callstack import StackFrame, CallStack
from crash.results import MatchResult

Powered by Google App Engine
This is Rietveld 408576698