Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit f3f8b4f

Browse files
committed
Import webapp2 instead of google.appengine.ext.webapp
This choice is apparently more robust in situations / runtimes where the import mechanism in google/appengine/ext/webapp/__init__.py does not appear to do the right thing.
1 parent f46290a commit f3f8b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oauth2client/appengine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
import threading
2828

2929
import httplib2
30+
import webapp2 as webapp
3031

3132
from google.appengine.api import app_identity
3233
from google.appengine.api import memcache
3334
from google.appengine.api import users
3435
from google.appengine.ext import db
35-
from google.appengine.ext import webapp
3636
from google.appengine.ext.webapp.util import login_required
3737
from google.appengine.ext.webapp.util import run_wsgi_app
3838
from oauth2client import GOOGLE_AUTH_URI

0 commit comments

Comments
 (0)