Skip to content
Commit c6fba304 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

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: default avatarSébastien Luttringer <sebastien.luttringer@smartjog.com>
parent 3cdc2c73
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