Skip to content

Commit e558b83

Browse files
authored
Merge pull request tpaviot#16 from adamLange/master
changes to __init__.py for python3
2 parents b01d2ef + e5f6fdb commit e558b83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OCCUtils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from Common import get_boundingbox
2-
from Topology import Topo
1+
from OCCUtils.Common import get_boundingbox
2+
from OCCUtils.Topology import Topo

0 commit comments

Comments
 (0)