[Python-modules-commits] [python-social-auth] 144/322: Fix Issue #532, get UID when use access_token ajax auth in weibo backends.
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.10
in repository python-social-auth.
commit c60549bf859829178b8f4516c0060d5ecaf8554c
Author: zz <zz.at.field at gmail.com>
Date: Tue Feb 24 20:23:06 2015 +0800
Fix Issue #532, get UID when use access_token ajax auth in weibo backends.
---
social/backends/weibo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/social/backends/weibo.py b/social/backends/weibo.py
index 0bda1b5..ddf884e 100644
--- a/social/backends/weibo.py
+++ b/social/backends/weibo.py
@@ -5,7 +5,7 @@ Weibo OAuth2 backend, docs at:
http://psa.matiasaguirre.net/docs/backends/weibo.html
"""
from social.backends.oauth import BaseOAuth2
-import json
+
class WeiboOAuth2(BaseOAuth2):
"""Weibo (of sina) OAuth authentication backend"""
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list