fixing imports
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from typing import Any
|
||||
from App import object
|
||||
|
||||
from Base.Metadata import export
|
||||
|
||||
from App.DocumentObject import DocumentObject
|
||||
|
||||
@export(
|
||||
Father="DocumentObjectPy",
|
||||
Name="FeaturePathCompoundPy",
|
||||
@@ -12,7 +14,7 @@ from Base.Metadata import export
|
||||
FatherInclude="App/DocumentObjectPy.h",
|
||||
FatherNamespace="App",
|
||||
)
|
||||
class FeaturePathCompoundPy(object):
|
||||
class FeaturePathCompoundPy(DocumentObject):
|
||||
"""
|
||||
This class handles Path Compound features
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user