move addons manager to ui

This commit is contained in:
Jakub Trllo 2024-07-24 18:32:16 +02:00
parent 9a063b2bb4
commit 4511f8db5b
3 changed files with 1 additions and 3 deletions

View file

@ -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",

View file

@ -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 (