File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ syntax: glob
66.gitignore
77samples/cmdline/*.dat
88htmlcov/*
9+ .coverage
Original file line number Diff line number Diff line change 2626from apiclient .ext .appengine import FlowThreeLeggedProperty
2727from apiclient .ext .appengine import OAuthCredentialsProperty
2828from apiclient .oauth import FlowThreeLegged
29- from apiclient .oauth import buzz_discovery
3029from google .appengine .api import users
3130from google .appengine .ext import db
3231from google .appengine .ext import webapp
@@ -69,7 +68,8 @@ def get(self):
6968 'logout' : logout
7069 }))
7170 else :
72- flow = FlowThreeLegged (buzz_discovery ,
71+ p = build ("buzz" , "v1" )
72+ flow = FlowThreeLegged (p .auth_discovery (),
7373 consumer_key = 'anonymous' ,
7474 consumer_secret = 'anonymous' ,
7575 user_agent = 'google-api-client-python-buzz-webapp/1.0' ,
You can’t perform that action at this time.
0 commit comments