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

Commit

Permalink
Merge pull request #217 from puccia/patch-3
Browse files Browse the repository at this point in the history
Import webapp2 instead of google.appengine.ext.webapp
  • Loading branch information
craigcitro committed Jul 9, 2015
2 parents f46290a + d2c15e6 commit fe246ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2client/appengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
import threading

import httplib2
import webapp2 as webapp

from google.appengine.api import app_identity
from google.appengine.api import memcache
from google.appengine.api import users
from google.appengine.ext import db
from google.appengine.ext import webapp
from google.appengine.ext.webapp.util import login_required
from google.appengine.ext.webapp.util import run_wsgi_app
from oauth2client import GOOGLE_AUTH_URI
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ deps =
pyyaml
sphinx>=1.3b2
sphinx-rtd-theme
webapp2
commands = {toxinidir}/scripts/build-docs

[testenv:pushdocs]
Expand Down

0 comments on commit fe246ba

Please sign in to comment.