Draft: remove repeated _DraftObject class in Draft.py

This commit is contained in:
vocx-fc
2020-05-08 22:38:08 -05:00
committed by Yorik van Havre
parent 99fed77233
commit 9a2aa39538

View File

@@ -893,9 +893,6 @@ def calculatePlacementsOnPath(shapeRotation, pathwire, count, xlate, align):
#---------------------------------------------------------------------------
# Python Features definitions
#---------------------------------------------------------------------------
import draftobjects.base
_DraftObject = draftobjects.base.DraftObject
class _ViewProviderDraftLink:
"a view provider for link type object"