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

Unified Diff: appengine/findit/handlers/flake/check_flake.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/crash/crash_handler.py ('k') | appengine/findit/handlers/help_triage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/flake/check_flake.py
diff --git a/appengine/findit/handlers/flake/check_flake.py b/appengine/findit/handlers/flake/check_flake.py
index 9a7476e6d8b418af1e1516fb0e387809d12b7d37..b6334e55cf69db14fa7d50486dfe816c18dd18a8 100644
--- a/appengine/findit/handlers/flake/check_flake.py
+++ b/appengine/findit/handlers/flake/check_flake.py
@@ -7,9 +7,9 @@ import logging
from google.appengine.api import users
from google.appengine.ext import ndb
-from common import auth_util
from common.base_handler import BaseHandler
from common.base_handler import Permission
+from gae_libs.http import auth_util
from libs import time_util
from model import analysis_status
from model import triage_status
« no previous file with comments | « appengine/findit/handlers/crash/crash_handler.py ('k') | appengine/findit/handlers/help_triage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698