]> git.parisson.com Git - django-social-auth.git/commit
Use list.index instead of tuple.index to regain compatibility with Python 2.5
authorJohannes Holmberg <johannes@update.uu.se>
Thu, 16 Feb 2012 14:38:27 +0000 (15:38 +0100)
committerJohannes Holmberg <johannes@update.uu.se>
Thu, 16 Feb 2012 14:38:27 +0000 (15:38 +0100)
commit4f3cebd69881eee51c6cef7571b0fbceb923f979
tree50ab8e89717288ef979357f230896fe8fff9ca74
parent2a2c9e01b51b10594da97c5ce273073931e44c43
Use list.index instead of tuple.index to regain compatibility with Python 2.5
social_auth/backends/pipeline/misc.py