From dde79ab4b28a7e414114a1ebd991a9fcb378e076 Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Sat, 20 Dec 2014 23:19:33 +0100 Subject: Removed some unused imports in the scripts copied from the Inkscape distribution. --- support/dxf_export/simpletransform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/dxf_export/simpletransform.py') diff --git a/support/dxf_export/simpletransform.py b/support/dxf_export/simpletransform.py index 47cc61e..55082ed 100755 --- a/support/dxf_export/simpletransform.py +++ b/support/dxf_export/simpletransform.py @@ -21,8 +21,8 @@ barraud@math.univ-lille1.fr This code defines several functions to make handling of transform attribute easier. ''' -import inkex, cubicsuperpath, bezmisc, simplestyle -import copy, math, re +import inkex, cubicsuperpath +import math, re def parseTransform(transf,mat=[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]]): if transf=="" or transf==None: -- cgit