mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
simplified 'TrayAddonsManager' import
This commit is contained in:
parent
74e2a9dc00
commit
6bd87b019d
2 changed files with 7 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
|||
from .addons_manager import TrayAddonsManager
|
||||
|
||||
|
||||
__all__ = (
|
||||
"TrayAddonsManager",
|
||||
)
|
||||
|
|
@ -26,7 +26,7 @@ from ayon_core.tools.utils import (
|
|||
WrappedCallbackItem,
|
||||
get_ayon_qt_app,
|
||||
)
|
||||
from ayon_core.tools.tray.addons_manager import TrayAddonsManager
|
||||
from ayon_core.tools.tray import TrayAddonsManager
|
||||
|
||||
from .info_widget import InfoWidget
|
||||
from .dialogs import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue