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 65fc2a74d6
commit 8043b4bb8b

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"