We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e05e4 commit a0403a3Copy full SHA for a0403a3
1 file changed
example/appengine_oauth.py
@@ -27,7 +27,7 @@
27
from google.appengine.ext import webapp
28
from google.appengine.ext import db
29
from google.appengine.ext.webapp import util
30
-import oauth2 as oauth
+import oauth2 as oauth # httplib2 is required for this to work on AppEngine
31
32
class Client(db.Model):
33
# oauth_key is the Model's key_name field
0 commit comments