From: spo Date: Wed, 21 Oct 2015 07:43:08 +0000 (+0300) Subject: Fix: missing import of ShapeList in sketch.py X-Git-Tag: V_2.1.0~206^2~79^2~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=09f585d7471113c73e49c9efc2e40a5b8c9a06aa;p=modules%2Fshaper.git Fix: missing import of ShapeList in sketch.py --- diff --git a/src/PythonAPI/model/sketcher/sketch.py b/src/PythonAPI/model/sketcher/sketch.py index a5a909d4f..2e65ee9de 100644 --- a/src/PythonAPI/model/sketcher/sketch.py +++ b/src/PythonAPI/model/sketcher/sketch.py @@ -5,7 +5,7 @@ Copyright (C) 2014-20xx CEA/DEN, EDF R&D from ModelAPI import modelAPI_ResultConstruction, featureToCompositeFeature from GeomDataAPI import geomDataAPI_Point, geomDataAPI_Dir -from GeomAlgoAPI import GeomAlgoAPI_SketchBuilder +from GeomAlgoAPI import GeomAlgoAPI_SketchBuilder, ShapeList from model.sketcher.point import Point from model.sketcher.line import Line from model.sketcher.circle import Circle