summaryrefslogtreecommitdiff
path: root/support/dxf_export/simpletransform.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/simpletransform.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/simpletransform.py')
-rwxr-xr-xsupport/dxf_export/simpletransform.py4
1 files changed, 2 insertions, 2 deletions
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: