Code

Added UTF-8 encoding declaration for inkex.py.
authorChris Morgan <chris.morganiser@gmail.com>
Wed, 17 Nov 2010 01:19:32 +0000 (12:19 +1100)
committerChris Morgan <chris.morganiser@gmail.com>
Wed, 17 Nov 2010 01:19:32 +0000 (12:19 +1100)
share/extensions/inkex.py

index a16365ba28e31420fa3fc7e030a1dd21914d5a21..fba7276fd3793e00bf67713b9e0175a1e6d1a048 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 """
 inkex.py
 A helper module for creating Inkscape extensions