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

Unified Diff: appengine/findit/handlers/crash/crash_handler.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/gae_libs/testcase.py ('k') | appengine/findit/handlers/flake/check_flake.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/crash/crash_handler.py
diff --git a/appengine/findit/handlers/crash/crash_handler.py b/appengine/findit/handlers/crash/crash_handler.py
index b7f7efb5640478cc59842d7cd21164efac9c62fc..61a389038956d8dd7637225cd0db47d60e8ea0b0 100644
--- a/appengine/findit/handlers/crash/crash_handler.py
+++ b/appengine/findit/handlers/crash/crash_handler.py
@@ -10,10 +10,10 @@ from common import constants
from common import appengine_util
from common.base_handler import BaseHandler
from common.base_handler import Permission
-from common.http_client_appengine import HttpClientAppengine
from crash import crash_pipeline
from crash.crash_report import CrashReport
from gae_libs.gitiles.cached_gitiles_repository import CachedGitilesRepository
+from gae_libs.http.http_client_appengine import HttpClientAppengine
class CrashHandler(BaseHandler):
« no previous file with comments | « appengine/findit/gae_libs/testcase.py ('k') | appengine/findit/handlers/flake/check_flake.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698