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

Unified Diff: appengine/findit/gae_libs/testcase.py

Issue 2611723002: Moved http_client_appengine.py from ./common to ./gae_libs/http (Closed)
Patch Set: adding missing __init__.py file Created 3 years, 12 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/gae_libs/testcase.py
diff --git a/appengine/findit/gae_libs/testcase.py b/appengine/findit/gae_libs/testcase.py
index 322241da8b6bd4067d584498ba2e0fe0f4c93236..d77397ac09d480aa26e14179952ca985b968a227 100644
--- a/appengine/findit/gae_libs/testcase.py
+++ b/appengine/findit/gae_libs/testcase.py
@@ -6,7 +6,9 @@ import os
from testing_utils import testing
+from gae_libs.http.http_client_appengine import HttpClientAppengine
from libs import time_util
+from libs.gitiles.gitiles_repository import GitilesRepository
from libs.http import retry_http_client
« no previous file with comments | « appengine/findit/gae_libs/http/http_client_appengine.py ('k') | appengine/findit/handlers/crash/crash_handler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698