Removed some unused imports in the scripts copied from the Inkscape distribution.

This commit is contained in:
Michael Schwarz 2014-12-20 23:19:33 +01:00
parent c74efa59dc
commit dde79ab4b2
3 changed files with 2 additions and 248 deletions

View file

@ -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: