mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
connect_with_modules is not abstract method
This commit is contained in:
parent
c16a204879
commit
500a6d53df
1 changed files with 0 additions and 5 deletions
|
|
@ -417,7 +417,6 @@ class OpenPypeModule:
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
|
||||||
def connect_with_modules(self, enabled_modules):
|
def connect_with_modules(self, enabled_modules):
|
||||||
"""Connect with other enabled modules."""
|
"""Connect with other enabled modules."""
|
||||||
pass
|
pass
|
||||||
|
|
@ -438,10 +437,6 @@ class OpenPypeAddOn(OpenPypeModule):
|
||||||
"""Initialization is not be required for most of addons."""
|
"""Initialization is not be required for most of addons."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def connect_with_modules(self, enabled_modules):
|
|
||||||
"""Do not require to implement connection with modules for addon."""
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class ModulesManager:
|
class ModulesManager:
|
||||||
"""Manager of Pype modules helps to load and prepare them to work.
|
"""Manager of Pype modules helps to load and prepare them to work.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue