mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
move addons manager to ui
This commit is contained in:
parent
9a063b2bb4
commit
4511f8db5b
3 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
from .webserver import HostMsgAction
|
||||
from .addons_manager import TrayAddonsManager
|
||||
from .lib import (
|
||||
TrayState,
|
||||
get_tray_state,
|
||||
|
|
@ -11,7 +10,6 @@ from .lib import (
|
|||
|
||||
__all__ = (
|
||||
"HostMsgAction",
|
||||
"TrayAddonsManager",
|
||||
|
||||
"TrayState",
|
||||
"get_tray_state",
|
||||
|
|
|
|||
|
|
@ -28,13 +28,13 @@ from ayon_core.tools.utils import (
|
|||
WrappedCallbackItem,
|
||||
get_ayon_qt_app,
|
||||
)
|
||||
from ayon_core.tools.tray import TrayAddonsManager
|
||||
from ayon_core.tools.tray.lib import (
|
||||
set_tray_server_url,
|
||||
remove_tray_server_url,
|
||||
TrayIsRunningError,
|
||||
)
|
||||
|
||||
from .addons_manager import TrayAddonsManager
|
||||
from .host_console_listener import HostListener
|
||||
from .info_widget import InfoWidget
|
||||
from .dialogs import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue