Skip to content

Commit

Permalink
Merge pull request #828 from mishbahr/master
Browse files Browse the repository at this point in the history
Fix ImportError: cannot import name ‘urlencode’ in Python3
  • Loading branch information
omab committed Mar 26, 2016
2 parents 31c1403 + dad3e6e commit e34f081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social/backends/salesforce.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from urllib import urlencode
from social.backends.oauth import BaseOAuth2
from social.p3 import urlencode


class SalesforceOAuth2(BaseOAuth2):
Expand Down

0 comments on commit e34f081

Please sign in to comment.