mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix typo
This commit is contained in:
parent
4e83ff6c27
commit
105d794358
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ def deregister_loader_plugins_path(path):
|
||||||
def register_loader_plugins_path(path):
|
def register_loader_plugins_path(path):
|
||||||
import avalon.api
|
import avalon.api
|
||||||
|
|
||||||
return avalon.apiregister_plugin_path(LoaderPlugin, path)
|
return avalon.api.register_plugin_path(LoaderPlugin, path)
|
||||||
|
|
||||||
|
|
||||||
def deregister_loader_plugin(plugin):
|
def deregister_loader_plugin(plugin):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue