Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / share / extensions / render_barcode_datamatrix.py
index e5365546edd55c2903fc6b0f8d208a498ae0e8a9..785d7de561ca382d3a3f8d2bc5c6dba1695efec3 100644 (file)
@@ -651,4 +651,4 @@ if __name__ == '__main__':
     e = DataMatrix()
     e.affect()
 
-# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99