From 30487e03f4fedfc531252246796bb11c48e635da Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Sat, 6 Dec 2014 13:36:55 +0100 Subject: Upgraded Python files copied from the Inkscape distribution to those from version 0.91.99.13724. --- support/dxf_export/ffgeom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/dxf_export/ffgeom.py') diff --git a/support/dxf_export/ffgeom.py b/support/dxf_export/ffgeom.py index 1983586..ef8799b 100755 --- a/support/dxf_export/ffgeom.py +++ b/support/dxf_export/ffgeom.py @@ -138,4 +138,4 @@ def dot(s1, s2): return s1.delta_x() * s2.delta_x() + s1.delta_y() * s2.delta_y() -# 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 -- cgit