Draft: cleanup of Draft.py

This commit is contained in:
carlopav
2020-05-09 14:52:15 +02:00
committed by Yorik van Havre
parent 26e8adaee4
commit 052fd1750b

View File

@@ -623,15 +623,6 @@ def makeDrawingView(obj,page,lwmod=None,tmod=None,otherProjection=None):
viewobj.LineColor = obj.ViewObject.TextColor
return viewobj
#---------------------------------------------------------------------------
# Python Features definitions
#---------------------------------------------------------------------------
import draftobjects.base
_DraftObject = draftobjects.base.DraftObject
class _DrawingView(_DraftObject):
"""The Draft DrawingView object"""
def __init__(self, obj):
@@ -694,7 +685,6 @@ class _DrawingView(_DraftObject):
"returns a DXF fragment"
return getDXF(obj)
class _Array(_DraftLink):
"The Draft Array object"