organize imports (remove obsolete)
This commit is contained in:
parent
b67f0c8136
commit
87800f6660
@ -4,7 +4,6 @@
|
|||||||
# the installation directory
|
# the installation directory
|
||||||
import math
|
import math
|
||||||
import inkex
|
import inkex
|
||||||
from simplestyle import *
|
|
||||||
import random
|
import random
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import math
|
import math
|
||||||
import inkex
|
import inkex
|
||||||
from simplestyle import *
|
|
||||||
import random
|
import random
|
||||||
from lxml import etree
|
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
|
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
|
from lxml import etree
|
||||||
|
|
||||||
def info(s, newLine="\n"):
|
def info(s, newLine="\n"):
|
||||||
|
@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
import inkex
|
import inkex
|
||||||
from inkex import bezier
|
from inkex import bezier
|
||||||
from inkex.paths import CubicSuperPath
|
from inkex.paths import CubicSuperPath
|
||||||
import simpletransform
|
|
||||||
import copy
|
import copy
|
||||||
from math import ceil
|
from math import ceil
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ import subprocess
|
|||||||
import tempfile
|
import tempfile
|
||||||
import shutil
|
import shutil
|
||||||
import copy
|
import copy
|
||||||
import simplepath, simpletransform
|
|
||||||
|
|
||||||
from simplestyle import *
|
from simplestyle import *
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
Reference in New Issue
Block a user