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 module level
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 5, 2020
1 parent 7bc975c commit 2f3d164
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pype/modules/ftrack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from . import ftrack_server
from .ftrack_server import FtrackServer, check_ftrack_url
from .lib import BaseHandler, BaseEvent, BaseAction
from .lib import BaseHandler, BaseEvent, BaseAction, ServerAction

__all__ = (
"ftrack_server",
"FtrackServer",
"check_ftrack_url",
"BaseHandler",
"BaseEvent",
"BaseAction"
"BaseAction",
"ServerAction"
)

0 comments on commit 2f3d164

Please sign in to comment.