Draft: various cleanup
Mainly added an empty line at the end of each file and changed docstrings.
This commit is contained in:
committed by
Yorik van Havre
parent
2c4de88132
commit
125d0ca84d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user