Fix SyntaxError due to encoding
According to PEP263 (http://www.python.org/peps/pep-0263.html ) the source code encoding, like the magic comment '-*- coding: utf-8 -*-', must be on the two first lines. If not, default encoding is ascii and SyntaxError will be raised if there is a non-ASCII character. Signed-off-by: Sébastien Luttringer <sebastien.luttringer@smartjog.com>
Loading
Please register or sign in to comment