mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 18:20:35 +05:00
Python3 porting.
This commit is contained in:
parent
a8bb4c9979
commit
4e712a0db0
@ -32,11 +32,11 @@ geompy = geomBuilder.New(salome.myStudy)
|
|||||||
|
|
||||||
import math
|
import math
|
||||||
|
|
||||||
from . import GEOM_TestAll
|
import GEOM_TestAll
|
||||||
from . import GEOM_TestOthers
|
import GEOM_TestOthers
|
||||||
from . import GEOM_TestHealing
|
import GEOM_TestHealing
|
||||||
from . import GEOM_TestMeasures
|
import GEOM_TestMeasures
|
||||||
from . import GEOM_TestField
|
import GEOM_TestField
|
||||||
|
|
||||||
GEOM_TestField.TestField(geompy, math) # it goes 1st as it checks Python Dump
|
GEOM_TestField.TestField(geompy, math) # it goes 1st as it checks Python Dump
|
||||||
GEOM_TestMeasures.TestMeasureOperations(geompy, math)
|
GEOM_TestMeasures.TestMeasureOperations(geompy, math)
|
||||||
|
Loading…
Reference in New Issue
Block a user