diff options
Diffstat (limited to 'share/extensions/flatten.py')
| -rwxr-xr-x | share/extensions/flatten.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/extensions/flatten.py b/share/extensions/flatten.py index 2e1a491cd..fe1440863 100755 --- a/share/extensions/flatten.py +++ b/share/extensions/flatten.py @@ -43,4 +43,7 @@ class MyEffect(inkex.Effect): node.set('d',simplepath.formatPath(np)) e = MyEffect() -e.affect()
\ No newline at end of file +e.affect() + + +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 |
