From 374603fe37084faf63e5253997c936b05e63dd40 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Mon, 6 Apr 2020 14:07:37 +0300 Subject: [PATCH] Fix failed test for SketchCopy feature. --- src/SketchPlugin/Test/TestSketchCopy13.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SketchPlugin/Test/TestSketchCopy13.py b/src/SketchPlugin/Test/TestSketchCopy13.py index c691a693a..89be3103b 100644 --- a/src/SketchPlugin/Test/TestSketchCopy13.py +++ b/src/SketchPlugin/Test/TestSketchCopy13.py @@ -18,6 +18,7 @@ # from GeomAPI import * +from SketchAPI import * from salome.shaper import model -- 2.39.2