Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / share / extensions / pturtle.py
index 8c67d3bc9c8a4f84879fce599ed1bdd96d24db55..b2740a4bc3e4cba8e12c6425009859f77a91ae44 100755 (executable)
@@ -80,4 +80,4 @@ class pTurtle:
     pd = pendown
 
 
-# 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