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

@@ -38,9 +38,9 @@ from draftobjects.base import DraftObject
class DraftLink(DraftObject):
"""
Documentation needed.
I guess the DraftLink was introduced by Realthunder to allow
the use of new App::Link object into Draft Array objects during
the development of version 0.19.
DraftLink was introduced by Realthunder to allow the use of new
App::Link object into Draft Array objects during version 0.19 development
cycle.
"""
def __init__(self,obj,tp):
@@ -177,4 +177,4 @@ class DraftLink(DraftObject):
'-Immutable' if obj.ExpandArray else 'Immutable')
_DraftLink = DraftLink
_DraftLink = DraftLink