Skip to content

Commit a0403a3

Browse files
committed
Added a note about requiring httplib2
1 parent 46e05e4 commit a0403a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/appengine_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from google.appengine.ext import webapp
2828
from google.appengine.ext import db
2929
from google.appengine.ext.webapp import util
30-
import oauth2 as oauth
30+
import oauth2 as oauth # httplib2 is required for this to work on AppEngine
3131

3232
class Client(db.Model):
3333
# oauth_key is the Model's key_name field

0 commit comments

Comments
 (0)