]> jfr.im git - z_archive/twitter.git/commitdiff
Merge pull request #276 from superphil0/master
authorMike Verdone <redacted>
Tue, 7 Apr 2015 08:53:19 +0000 (10:53 +0200)
committerMike Verdone <redacted>
Tue, 7 Apr 2015 08:53:19 +0000 (10:53 +0200)
Update oauth_dance.py

Fixed bug for python 3.4 in oauth2_dance where response was encoded
(this works in python 2.7 because json.loads can decode bytes, but in 3.4 json.loads takes only strings!)


Trivial merge