Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
extracted ServerAction to ftrack.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 5, 2020
1 parent b96fc36 commit ef5b917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pype/modules/ftrack/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from . import credentials
from .ftrack_base_handler import BaseHandler
from .ftrack_event_handler import BaseEvent
from .ftrack_action_handler import BaseAction, statics_icon
from .ftrack_action_handler import BaseAction, ServerAction, statics_icon
from .ftrack_app_handler import AppAction

__all__ = (
Expand All @@ -11,6 +11,7 @@
"BaseHandler",
"BaseEvent",
"BaseAction",
"ServerAction",
"statics_icon",
"AppAction"
)

0 comments on commit ef5b917

Please sign in to comment.