mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
modified imports in pype's modules
This commit is contained in:
parent
f4efe9537c
commit
297978c081
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ from .log_viewer import LogViewModule
|
|||
from .muster import MusterModule
|
||||
from .deadline import DeadlineModule
|
||||
from .standalonepublish_action import StandAlonePublishAction
|
||||
from .websocket_server import WebsocketModule
|
||||
from .webserver import WebServerModule
|
||||
from .sync_server import SyncServer
|
||||
|
||||
|
||||
|
|
@ -82,6 +82,6 @@ __all__ = (
|
|||
"DeadlineModule",
|
||||
"StandAlonePublishAction",
|
||||
|
||||
"WebsocketModule",
|
||||
"WebServerModule",
|
||||
"SyncServer"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue