mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove plural from de/register_loader_plugins_path
This commit is contained in:
parent
348ccc68b1
commit
4f7d99babe
17 changed files with 65 additions and 65 deletions
|
|
@ -113,13 +113,13 @@ def register_loader_plugin(plugin):
|
|||
return avalon.api.register_plugin(LoaderPlugin, plugin)
|
||||
|
||||
|
||||
def deregister_loader_plugins_path(path):
|
||||
def deregister_loader_plugin_path(path):
|
||||
import avalon.api
|
||||
|
||||
avalon.api.deregister_plugin_path(LoaderPlugin, path)
|
||||
|
||||
|
||||
def register_loader_plugins_path(path):
|
||||
def register_loader_plugin_path(path):
|
||||
import avalon.api
|
||||
|
||||
return avalon.api.register_plugin_path(LoaderPlugin, path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue