From: Chris Morgan Date: Wed, 17 Nov 2010 01:19:32 +0000 (+1100) Subject: Added UTF-8 encoding declaration for inkex.py. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d3f52668835a6907f1669d858eebfaebde658f2;p=inkscape.git Added UTF-8 encoding declaration for inkex.py. --- diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index a16365ba2..fba7276fd 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- """ inkex.py A helper module for creating Inkscape extensions