Python3 porting.

This commit is contained in:
rnv 2017-05-23 18:50:41 +03:00
parent a8bb4c9979
commit 4e712a0db0

View File

@ -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)