import uuid4 (derp)

This commit is contained in:
Peter Boin
2019-01-05 14:11:51 +11:00
parent 06ea0df15c
commit d55e22de1f

View File

@ -1,6 +1,6 @@
from OCC.Display.WebGl.x3dom_renderer import X3DExporter
from OCC.gp import gp_Quaternion, gp_Vec
from uuid import uuid1
from uuid import uuid4
from math import tan
from xml.etree import ElementTree