Fix: SyntaxError: Non-ASCII character '\xcb' in file, but no encoding
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 06 Nov 2016 15:40:03 +0200
changeset 631 f6d706812a0f
parent 630 5bc6fac9d905
child 632 21c366ba2c6d
Fix: SyntaxError: Non-ASCII character '\xcb' in file, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details.
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.
 """