]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix Non_ASCII character in line.py.
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 3 Nov 2015 11:59:23 +0000 (14:59 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 3 Nov 2015 11:59:23 +0000 (14:59 +0300)
src/PythonAPI/model/sketcher/line.py

index 08f870dbc787e46a79cd3da2b9f974e157f6b3c3..426ea97a41e7dafbe6321b885d007a1400094ecf 100644 (file)
@@ -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