summaryrefslogtreecommitdiff
path: root/support/dxf_export/bezmisc.py
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2014-12-20 23:19:33 +0100
committerMichael Schwarz <michi.schwarz@gmail.com>2014-12-21 02:15:45 +0100
commitdde79ab4b28a7e414114a1ebd991a9fcb378e076 (patch)
treeb93acf0365ed780f28e0195f02be295bdc13160e /support/dxf_export/bezmisc.py
parentc74efa59dc37b06cc1aeddd0ba736552a5b9f35e (diff)
downloadpogojig-dde79ab4b28a7e414114a1ebd991a9fcb378e076.tar.gz
pogojig-dde79ab4b28a7e414114a1ebd991a9fcb378e076.tar.bz2
pogojig-dde79ab4b28a7e414114a1ebd991a9fcb378e076.zip
Removed some unused imports in the scripts copied from the Inkscape distribution.
Diffstat (limited to 'support/dxf_export/bezmisc.py')
-rwxr-xr-xsupport/dxf_export/bezmisc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/dxf_export/bezmisc.py b/support/dxf_export/bezmisc.py
index 0c7ad49..b7f5429 100755
--- a/support/dxf_export/bezmisc.py
+++ b/support/dxf_export/bezmisc.py
@@ -243,7 +243,6 @@ def beziertatlength(((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)), l = 0.5, toleranc
bezierlength = bezierlengthSimpson
if __name__ == '__main__':
- import timing
#print linebezierintersect(((,),(,)),((,),(,),(,),(,)))
#print linebezierintersect(((0,1),(0,-1)),((-1,0),(-.5,0),(.5,0),(1,0)))
tol = 0.00000001