Skip to content
Commit d8d5b2e0 authored by hydrargyrum's avatar hydrargyrum Committed by Romain Bignon
Browse files

weboob.tools.compat: wrap quote and urlencode for unicode on python2

Python2's urlencode and quote functions do not support unicode, unlike
Python3's. Wrap them to accept unicode, so modules can use them like in
Python3, without having special code for py2 and py3.
parent 41982567
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment