Skip to content

Commit d963900

Browse files
committed
fixed test
1 parent 446c37e commit d963900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/occutils_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
sys.path.append('../OCCUtils')
2424

25-
from OCC.BRepPrimAPI import BRepPrimAPI_MakeBox, BRepPrimAPI_MakeSphere
26-
from OCC.TopoDS import TopoDS_Face, TopoDS_Edge
25+
from OCC.Core.BRepPrimAPI import BRepPrimAPI_MakeBox, BRepPrimAPI_MakeSphere
26+
from OCC.Core.TopoDS import TopoDS_Face, TopoDS_Edge
2727

2828
from Topology import Topo, WireExplorer
2929
from edge import Edge

0 commit comments

Comments
 (0)