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

Unified Diff: appengine/findit/common/http_client_appengine.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/common/http_client_appengine.py
diff --git a/appengine/findit/common/http_client_appengine.py b/appengine/findit/common/http_client_appengine.py
index 11aca4f4771455bb278569cf53b448c456c8037c..83ceb4f51d07b2925564d365a5982588c809daa2 100644
--- a/appengine/findit/common/http_client_appengine.py
+++ b/appengine/findit/common/http_client_appengine.py
@@ -8,7 +8,7 @@ import logging
from google.appengine.api import urlfetch
from common import auth_util
-from common.retry_http_client import RetryHttpClient
+from libs.http.retry_http_client import RetryHttpClient
# TODO(katesonia): Move this to config.

Powered by Google App Engine
This is Rietveld 408576698