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

Unified Diff: appengine/findit/common/base_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/common/auth_util.py ('k') | appengine/findit/common/http_client_appengine.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/base_handler.py
diff --git a/appengine/findit/common/base_handler.py b/appengine/findit/common/base_handler.py
index c70b8d6c055d48eac9f22d3498949f3f3560ccc5..87fbbb68a2ee19d0a97a1a50d520d482efcdbb15 100644
--- a/appengine/findit/common/base_handler.py
+++ b/appengine/findit/common/base_handler.py
@@ -10,8 +10,8 @@ from google.appengine.api import users
import jinja2
import webapp2
-from common import auth_util
from common import constants
+from gae_libs.http import auth_util
JINJA_ENVIRONMENT = jinja2.Environment(
« no previous file with comments | « appengine/findit/common/auth_util.py ('k') | appengine/findit/common/http_client_appengine.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698