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

Unified Diff: appengine/findit/lib/gitiles/test/gitiles_repository_test.py

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Created 4 years, 1 month 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/lib/gitiles/test/gitiles_repository_test.py
diff --git a/appengine/findit/lib/gitiles/test/gitiles_repository_test.py b/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
index c9547298632362f3b193dfc45e92a05bf26826cf..7695a6414b1cf48c77e9adc059a875f7b006e111 100644
--- a/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
+++ b/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
@@ -9,11 +9,9 @@ import re
from testing_utils import testing
-# TODO(http://crbug.com/660474): Nothing in ./lib should depend on things
-# in ./common
-from common import retry_http_client
from lib.gitiles import gitiles_repository
from lib.gitiles.change_log import ChangeLog
+from libs.http import retry_http_client
COMMIT_MESSAGE = ('Add popover for snapshot canvas log.\n\n'

Powered by Google App Engine
This is Rietveld 408576698