summaryrefslogtreecommitdiff
path: root/embroider.py
diff options
context:
space:
mode:
authorLex Neva <github@lexneva.name>2016-10-28 21:52:48 -0400
committerLex Neva <github@lexneva.name>2016-10-28 21:52:48 -0400
commitb63abea79786e9065c518c98c65655d6ccdada18 (patch)
treeb9049415d7292a3583f72f58072e96445c7cfcf9 /embroider.py
parent46482bfd5e8594cdc8c53d62e3cfab941599a9d3 (diff)
remove unnecessary imports
Diffstat (limited to 'embroider.py')
-rw-r--r--embroider.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/embroider.py b/embroider.py
index 2279d6b6..a01c540e 100644
--- a/embroider.py
+++ b/embroider.py
@@ -34,10 +34,7 @@ from cspsubdiv import cspsubdiv
import cubicsuperpath
import PyEmb
import math
-import random
-import operator
import lxml.etree as etree
-from lxml.builder import E
import shapely.geometry as shgeo
import shapely.affinity as affinity
from pprint import pformat