mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
add MissingPermision to ftrack.lib
This commit is contained in:
parent
1c676d95f1
commit
000885da3c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from . import avalon_sync
|
||||
from . import credentials
|
||||
from .ftrack_base_handler import BaseHandler
|
||||
from .ftrack_base_handler import BaseHandler, MissingPermision
|
||||
from .ftrack_event_handler import BaseEvent
|
||||
from .ftrack_action_handler import BaseAction, statics_icon
|
||||
from .ftrack_app_handler import AppAction
|
||||
|
|
@ -9,6 +9,7 @@ __all__ = [
|
|||
"avalon_sync",
|
||||
"credentials",
|
||||
"BaseHandler",
|
||||
"MissingPermision",
|
||||
"BaseEvent",
|
||||
"BaseAction",
|
||||
"statics_icon",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue