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

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

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: rebase-update 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/crash_testcase.py
diff --git a/appengine/findit/crash/test/crash_testcase.py b/appengine/findit/crash/test/crash_testcase.py
index 2193e6537af28887713cfb441777b0660c2e86f5..d34048ad47faefb0968b2e5744108a89117636a7 100644
--- a/appengine/findit/crash/test/crash_testcase.py
+++ b/appengine/findit/crash/test/crash_testcase.py
@@ -7,7 +7,7 @@ import re
from google.appengine.api import users
-from common.change_log import ChangeLog
+from gitiles.change_log import ChangeLog
from common.findit_testcase import FinditTestCase
from model.crash.crash_config import CrashConfig

Powered by Google App Engine
This is Rietveld 408576698