odoo-saas-tools
odoo-saas-tools copied to clipboard
Update saas.py
update configparser.ConfigParser() --> configparser.RawConfigParser() for run in Python 3.5+
hello @iledarn, and @yelizariev, any news about it?. Regards
@yelizariev @iledarn FYI, solved, tested and working in Python 3.2+. but it is a python bug that was fixed since version 3.5.2. So the recommendation is to use Rawconfigparser or update the python version to 3.5.2 or higher. More Info: https://bugs.python.org/issue20120 https://stackoverflow.com/questions/14340366/configparser-and-string-with https://docs.python.org/2.4/lib/RawConfigParser-objects.html
Regards
@yelizariev @iledarn can you give some love to this one ? ;)