summaryrefslogtreecommitdiff
path: root/support/dxf_export/bezmisc.py
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2014-12-06 13:36:55 +0100
committerMichael Schwarz <michi.schwarz@gmail.com>2014-12-20 21:12:50 +0100
commit30487e03f4fedfc531252246796bb11c48e635da (patch)
tree5abb0a5148ea24e9d75ce7699bfd776090a3703b /support/dxf_export/bezmisc.py
parentb69003800917a93c5c2b240ede6f83b80f1095cc (diff)
downloadpogojig-30487e03f4fedfc531252246796bb11c48e635da.tar.gz
pogojig-30487e03f4fedfc531252246796bb11c48e635da.tar.bz2
pogojig-30487e03f4fedfc531252246796bb11c48e635da.zip
Upgraded Python files copied from the Inkscape distribution to those from version 0.91.99.13724.
Diffstat (limited to 'support/dxf_export/bezmisc.py')
-rwxr-xr-xsupport/dxf_export/bezmisc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dxf_export/bezmisc.py b/support/dxf_export/bezmisc.py
index e663fa6..0c7ad49 100755
--- a/support/dxf_export/bezmisc.py
+++ b/support/dxf_export/bezmisc.py
@@ -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