Draft: various cleanup

Mainly added an empty line at the end of each file and changed docstrings.
This commit is contained in:
carlopav
2020-05-12 20:59:17 +02:00
committed by Yorik van Havre
parent 2c4de88132
commit 125d0ca84d
57 changed files with 170 additions and 113 deletions

View File

@@ -21,6 +21,7 @@
# * *
# ***************************************************************************
"""This module provides the object code for the Draft DrawingView object.
This module is obsolete, since Drawing was substituted by TechDraw.
"""
## @package drawingview
# \ingroup DRAFT
@@ -34,8 +35,7 @@ import FreeCAD as App
import DraftVecUtils
import getSVG as svg
getSVG = svg.getSVG
from getSVG import getSVG
import draftutils.utils as utils
@@ -45,7 +45,7 @@ from draftobjects.base import DraftObject
class DrawingView(DraftObject):
"""The Draft DrawingView object
TODO: this class is obsolete, since Drawing was substituted by TechDraw.
OBSOLETE: this class is obsolete, since Drawing was substituted by TechDraw.
"""
def __init__(self, obj):
@@ -138,4 +138,4 @@ class DrawingView(DraftObject):
return utils.getDXF(obj)
_DrawingView = DrawingView
_DrawingView = DrawingView