Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / share / extensions / bezmisc.py
index e663fa67f57e23de3dba33771e5565fb11e0ba6b..0c7ad4957ae7d03a55208e733fe42aa9eb134ee4 100755 (executable)
@@ -271,4 +271,4 @@ if __name__ == '__main__':
         print beziertatlength(curve,0.5)
 
 
-# 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