# HG changeset patch # User Oleksandr Gavenko # Date 1478439603 -7200 # Node ID f6d706812a0ffeb19162721afe2344b0c79e61f4 # Parent 5bc6fac9d90544c40ef72f62636a113acdeb914f Fix: SyntaxError: Non-ASCII character '\xcb' in file, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details. diff -r 5bc6fac9d905 -r f6d706812a0f py/gadict.py --- a/py/gadict.py Sun Nov 06 15:38:54 2016 +0200 +++ b/py/gadict.py Sun Nov 06 15:40:03 2016 +0200 @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ gadict dictionary format parser. """