[Python-modules-commits] [python-social-auth] 27/89: Fix python 2 compatibility issue

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:15:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.15
in repository python-social-auth.

commit b5c4c7b60dbbe0e6246ebf5f80e7ccfb6f08070c
Author: khamaileon <khamaileon at free.fr>
Date:   Tue Feb 16 18:11:31 2016 +0100

    Fix python 2 compatibility issue
---
 social/backends/deezer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/backends/deezer.py b/social/backends/deezer.py
index c7c18a2..947afc0 100644
--- a/social/backends/deezer.py
+++ b/social/backends/deezer.py
@@ -3,7 +3,7 @@ Deezer backend, docs at:
     https://developers.deezer.com/api/oauth
     https://developers.deezer.com/api/permissions
 """
-from urllib.parse import parse_qsl
+from six.moves.urllib.parse import parse_qsl
 
 from social.backends.oauth import BaseOAuth2
 

-- 
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