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

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

Issue 2525003005: [Predator] Move testcase.py from libs/ to gae_libs/ (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
« no previous file with comments | « appengine/findit/gae_libs/testcase.py ('k') | appengine/findit/libs/testcase.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1a2c67963743a1e64da49ff04b3d7e6fcb6e2d9c..36fbbf8fb9ed5c575214a2a1ab5d4871e07d3fcf 100644
--- a/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
+++ b/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
@@ -9,10 +9,10 @@ import re
from testing_utils import testing
+from gae_libs.testcase import TestCase
from lib.gitiles import gitiles_repository
from lib.gitiles.change_log import ChangeLog
from libs.http import retry_http_client
-from libs.testcase import TestCase
COMMIT_MESSAGE = ('Add popover for snapshot canvas log.\n\n'
« no previous file with comments | « appengine/findit/gae_libs/testcase.py ('k') | appengine/findit/libs/testcase.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698