From: Clarisse Genrault Date: Mon, 9 Jan 2017 09:34:04 +0000 (+0100) Subject: Debug (#806). X-Git-Tag: V_2.7.0~349 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2d43937c1f5df270a2142380a220e2a3a3fada0e;p=modules%2Fshaper.git Debug (#806). --- diff --git a/src/FeaturesAPI/Test/APIParam_Symmetry.py b/src/FeaturesAPI/Test/APIParam_Symmetry.py index 0f785465d..dcf822b19 100644 --- a/src/FeaturesAPI/Test/APIParam_Symmetry.py +++ b/src/FeaturesAPI/Test/APIParam_Symmetry.py @@ -5,7 +5,7 @@ Written on High API. from ModelAPI import * from GeomAPI import * -import model +from salome.shaper import model # Get session aSession = ModelAPI_Session.get() diff --git a/src/GDMLAPI/Test/TestConeSegment.py b/src/GDMLAPI/Test/TestConeSegment.py index ee5d0c423..d58b45ad6 100644 --- a/src/GDMLAPI/Test/TestConeSegment.py +++ b/src/GDMLAPI/Test/TestConeSegment.py @@ -5,7 +5,7 @@ Written on High API. from ModelAPI import * from GeomAPI import * -import model +from salome.shaper import model # Get session aSession = ModelAPI_Session.get()