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

Unified Diff: appengine/findit/gitiles/test/blame_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/gitiles/test/blame_test.py
diff --git a/appengine/findit/common/test/blame_test.py b/appengine/findit/gitiles/test/blame_test.py
similarity index 95%
rename from appengine/findit/common/test/blame_test.py
rename to appengine/findit/gitiles/test/blame_test.py
index 98fba608a83528c845fe9961cff81debb169bab4..1cdf4c6673d1f974e9bfcbc870ee6f897173dc96 100644
--- a/appengine/findit/common/test/blame_test.py
+++ b/appengine/findit/gitiles/test/blame_test.py
@@ -4,8 +4,7 @@
import unittest
-from common.blame import Blame
-from common.blame import Region
+from gitiles.blame import Blame, Region
class BlameTest(unittest.TestCase):
REGION1 = Region(1, 5, 'abc', 'a', 'a@email.com', '2014-08-14 19:38:42')

Powered by Google App Engine
This is Rietveld 408576698