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

Unified Diff: appengine/findit/handlers/process_failure_analysis_requests.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
« no previous file with comments | « appengine/findit/handlers/monitor_alerts.py ('k') | appengine/findit/handlers/test/monitor_alerts_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/process_failure_analysis_requests.py
diff --git a/appengine/findit/handlers/process_failure_analysis_requests.py b/appengine/findit/handlers/process_failure_analysis_requests.py
index 49e6fad57feca00d224aa1595ff9d8a70fd8cbed..2ff43896019b35f0e4db3e34e9adb4add89064b9 100644
--- a/appengine/findit/handlers/process_failure_analysis_requests.py
+++ b/appengine/findit/handlers/process_failure_analysis_requests.py
@@ -7,7 +7,7 @@ import logging
from common import constants
from common.base_handler import BaseHandler, Permission
-from common.http_client_appengine import HttpClientAppengine
+from gae_libs.http.http_client_appengine import HttpClientAppengine
from waterfall import buildbot
from waterfall import build_failure_analysis_pipelines
from waterfall import build_util
« no previous file with comments | « appengine/findit/handlers/monitor_alerts.py ('k') | appengine/findit/handlers/test/monitor_alerts_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698