This commit is contained in:
Joe Gregorio
2012-03-02 15:30:23 -05:00
parent 0e1b47fe54
commit 853bcf3b49
2 changed files with 2 additions and 2 deletions

View File

@@ -409,7 +409,7 @@ class OAuth2Decorator(object):
user = users.get_current_user()
memcache.set(user.user_id(), pickle.dumps(self.flow),
namespace=OAUTH2CLIENT_NAMESPACE)
return url
return str(url)
def http(self):
"""Returns an authorized http instance.

View File

@@ -30,7 +30,7 @@ packages = [
]
install_requires = [
'httplib2>=0.7.2',
'httplib2>=0.7.4',
'oauth2',
'python-gflags',
]