organize imports (remove obsolete)

This commit is contained in:
Mario Voigt 2021-05-18 12:54:22 +02:00
parent b67f0c8136
commit 87800f6660
5 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,6 @@
# the installation directory
import math
import inkex
from simplestyle import *
import random
from lxml import etree

View File

@ -2,7 +2,6 @@
import math
import inkex
from simplestyle import *
import random
from lxml import etree

View File

@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
'''
import os, sys, tempfile, webbrowser, math, inkex, simplestyle, simpletransform
import os, sys, tempfile, math, inkex
from lxml import etree
def info(s, newLine="\n"):

View File

@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
import inkex
from inkex import bezier
from inkex.paths import CubicSuperPath
import simpletransform
import copy
from math import ceil

View File

@ -9,7 +9,6 @@ import subprocess
import tempfile
import shutil
import copy
import simplepath, simpletransform
from simplestyle import *
from copy import deepcopy