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

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: 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/crash_testcase.py
diff --git a/appengine/findit/crash/test/crash_testcase.py b/appengine/findit/crash/test/crash_testcase.py
index 2193e6537af28887713cfb441777b0660c2e86f5..9d8b566563654b2ea2b0ee97a22a71045b66f3e0 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 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 common.findit_testcase import FinditTestCase
from model.crash.crash_config import CrashConfig

Powered by Google App Engine
This is Rietveld 408576698