From 4e712a0db0d57657b138d10aff321e186b65976e Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 23 May 2017 18:50:41 +0300 Subject: [PATCH] Python3 porting. --- src/GEOM_SWIG/GEOM_usinggeom.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) -- 2.30.2