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

Unified Diff: appengine/findit/waterfall/flake/step_mapper.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/waterfall/flake/step_mapper.py
diff --git a/appengine/findit/waterfall/flake/step_mapper.py b/appengine/findit/waterfall/flake/step_mapper.py
index 4e1859e5ab32f4a023457d7f651df911e92cf9d9..e2b535a0e5ae26fcd36e9ce3455cca1c611080cd 100644
--- a/appengine/findit/waterfall/flake/step_mapper.py
+++ b/appengine/findit/waterfall/flake/step_mapper.py
@@ -11,7 +11,7 @@ import sys
import google
-from common.http_client_appengine import HttpClientAppengine as HttpClient
+from gae_libs.http.http_client_appengine import HttpClientAppengine
from waterfall import buildbot
from waterfall import swarming_util
@@ -305,7 +305,7 @@ def FindMatchingWaterfallStep(build_step, test_name):
wf_build_number = None
wf_step_name = None
- http_client = HttpClient()
+ http_client = HttpClientAppengine()
wf_master_name, wf_builder_name, wf_build_number, wf_step_name, metadata = (
_GetMatchingWaterfallBuildStep(build_step, http_client))
« no previous file with comments | « appengine/findit/waterfall/extract_signal_pipeline.py ('k') | appengine/findit/waterfall/flake/test/step_mapper_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698