SyntaxError: Non-ASCII character '\xc3' in file taiga_contrib_ldap_auth/init.py on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
proposal: Add the following statement right at the begining, before all import statements.
SyntaxError: Non-ASCII character '\xc3' in file taiga_contrib_ldap_auth/init.py on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
proposal: Add the following statement right at the begining, before all import statements.
-- coding: utf-8 --