From: azv Date: Thu, 30 Jan 2020 10:18:34 +0000 (+0300) Subject: Fix error in unit-test for the movement of a sketch arc X-Git-Tag: V9_5_0a1~54^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1b19de05db736ef1542d409dc1c75dac1663e679;p=modules%2Fshaper.git Fix error in unit-test for the movement of a sketch arc --- diff --git a/src/SketchPlugin/Test/TestArcBehavior.py b/src/SketchPlugin/Test/TestArcBehavior.py index 279b50f94..336e07842 100644 --- a/src/SketchPlugin/Test/TestArcBehavior.py +++ b/src/SketchPlugin/Test/TestArcBehavior.py @@ -28,6 +28,7 @@ #========================================================================= # of the test #========================================================================= +from GeomAPI import * from GeomDataAPI import * from ModelAPI import * import math