From: rnv Date: Tue, 23 May 2017 15:50:41 +0000 (+0300) Subject: Python3 porting. X-Git-Tag: V9_0_0~4^2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4e712a0db0d57657b138d10aff321e186b65976e;p=modules%2Fgeom.git Python3 porting. --- diff --git a/src/GEOM_SWIG/GEOM_usinggeom.py b/src/GEOM_SWIG/GEOM_usinggeom.py index 2429faf46..ce546d467 100644 --- a/src/GEOM_SWIG/GEOM_usinggeom.py +++ b/src/GEOM_SWIG/GEOM_usinggeom.py @@ -32,11 +32,11 @@ geompy = geomBuilder.New(salome.myStudy) import math -from . import GEOM_TestAll -from . import GEOM_TestOthers -from . import GEOM_TestHealing -from . import GEOM_TestMeasures -from . import GEOM_TestField +import GEOM_TestAll +import GEOM_TestOthers +import GEOM_TestHealing +import GEOM_TestMeasures +import GEOM_TestField GEOM_TestField.TestField(geompy, math) # it goes 1st as it checks Python Dump GEOM_TestMeasures.TestMeasureOperations(geompy, math)