mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
renamed 'load_representation' to 'load_container'
This commit is contained in:
parent
c5b3098acd
commit
5b835d87e7
10 changed files with 19 additions and 19 deletions
|
|
@ -24,7 +24,7 @@ from .load import (
|
|||
register_loader_plugins_path,
|
||||
deregister_loader_plugin,
|
||||
|
||||
load_representation,
|
||||
load_container,
|
||||
remove_container,
|
||||
update_container,
|
||||
switch_container,
|
||||
|
|
@ -68,7 +68,7 @@ __all__ = (
|
|||
"register_loader_plugins_path",
|
||||
"deregister_loader_plugin",
|
||||
|
||||
"load_representation",
|
||||
"load_container",
|
||||
"remove_container",
|
||||
"update_container",
|
||||
"switch_container",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue