mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Removed register function as import adds it to module attributes
This commit is contained in:
parent
1ec79ac2fb
commit
ddf9d3d6ae
1 changed files with 1 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
from pyblish import api as pyblish
|
||||
|
||||
from .config_actions import register_actions
|
||||
from .launcher_actions import register_launcher_actions
|
||||
|
||||
PACKAGE_DIR = os.path.dirname(__file__)
|
||||
PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")
|
||||
|
|
@ -17,8 +17,3 @@ def install():
|
|||
|
||||
def uninstall():
|
||||
pyblish.deregister_plugin_path(PUBLISH_PATH)
|
||||
|
||||
|
||||
def register_launcher_actions():
|
||||
"""Convenience function to register the actions"""
|
||||
register_actions()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue