mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renamed AvalonInstance to CreatedInstance
This commit is contained in:
parent
3fd37de800
commit
dee5b66292
3 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ from .creator_plugins import (
|
|||
BaseCreator,
|
||||
Creator,
|
||||
AutoCreator,
|
||||
AvalonInstance
|
||||
CreatedInstance
|
||||
)
|
||||
|
||||
from .publish_plugins import OpenPypePyblishPluginMixin
|
||||
|
|
@ -16,7 +16,7 @@ __all__ = (
|
|||
"BaseCreator",
|
||||
"Creator",
|
||||
"AutoCreator",
|
||||
"AvalonInstance",
|
||||
"CreatedInstance",
|
||||
|
||||
"OpenPypePyblishPluginMixin"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue