]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_SWIG/GEOM_usinggeom.py
Salome HOME
Python3 porting.
[modules/geom.git] / src / GEOM_SWIG / GEOM_usinggeom.py
index 2429faf46d126cc5deac2c46af18ad50a990bc90..ce546d4672795b19f75145cd0711ec36b497d5d7 100644 (file)
@@ -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)