Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / share / extensions / cspsubdiv.py
index 20817d8cfb25adf510ba0cd3312d9f562347f10c..f05068df9121f7befe6a3e027fb8f296267207ca 100644 (file)
@@ -38,4 +38,4 @@ def subdiv(sp,flat,i=1):
         subdiv(sp,flat,i)
 
 
-# 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