summaryrefslogtreecommitdiff
path: root/support/dxf_export/simplepath.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/simplepath.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/simplepath.py')
-rwxr-xr-xsupport/dxf_export/simplepath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dxf_export/simplepath.py b/support/dxf_export/simplepath.py
index f62b1b4..94ab092 100755
--- a/support/dxf_export/simplepath.py
+++ b/support/dxf_export/simplepath.py
@@ -209,4 +209,4 @@ def rotatePath(p, a, cx = 0, cy = 0):
params[i + 1] = (r * math.sin(theta)) + cy
-# 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