From: spo Date: Tue, 3 Nov 2015 11:59:23 +0000 (+0300) Subject: Fix Non_ASCII character in line.py. X-Git-Tag: V_2.1.0~206^2~16^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=131b0ed61dd7abad0c7ca9148d320a38baa551a3;p=modules%2Fshaper.git Fix Non_ASCII character in line.py. --- diff --git a/src/PythonAPI/model/sketcher/line.py b/src/PythonAPI/model/sketcher/line.py index 08f870dbc..426ea97a4 100644 --- a/src/PythonAPI/model/sketcher/line.py +++ b/src/PythonAPI/model/sketcher/line.py @@ -60,8 +60,8 @@ class Line(Interface): """Set the end point of the line.""" self._end_point.setValue(x, y) - # TODO : methods below will be removed. - # Kept until all tests have been updated + # TODO : methods below will be removed. + # Kept until all tests have been updated def startPointData(self): return self._start_point