Salome HOME
Python3 porting.
authorrnv <rnv@opencascade.com>
Tue, 23 May 2017 15:50:41 +0000 (18:50 +0300)
committerrnv <rnv@opencascade.com>
Tue, 23 May 2017 15:50:41 +0000 (18:50 +0300)
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)