erp5: py3: Use future egg API to install module aliases on Python2 for modules moved in Python3.
Also, patch future so that it does not use unicode_literals and str() as unicode() because this breaks compatibility: all of this API (such as unquote() from urllib, used in BusinessTemplate) used to return str(), not unicode().
Showing
This diff is collapsed.
Please register or sign in to comment