organize imports (remove obsolete)
This commit is contained in:
parent
b67f0c8136
commit
87800f6660
@ -4,7 +4,6 @@
|
||||
# the installation directory
|
||||
import math
|
||||
import inkex
|
||||
from simplestyle import *
|
||||
import random
|
||||
from lxml import etree
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
import math
|
||||
import inkex
|
||||
from simplestyle import *
|
||||
import random
|
||||
from lxml import etree
|
||||
|
||||
|
@ -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"):
|
||||
|
@ -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
|
||||
|
||||
|
@ -9,7 +9,6 @@ import subprocess
|
||||
import tempfile
|
||||
import shutil
|
||||
import copy
|
||||
import simplepath, simpletransform
|
||||
|
||||
from simplestyle import *
|
||||
from copy import deepcopy
|
||||
|
Reference in New Issue
Block a user