mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fixed ftrackserver import
This commit is contained in:
parent
f275583de4
commit
aa19c52c0e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
from pype.ftrack import credentials, login_dialog as login_dialog
|
||||
from . import FtrackServer
|
||||
from pype.ftrack.ftrack_server import FtrackServer
|
||||
from app.vendor.Qt import QtWidgets
|
||||
from pype import api
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os
|
|||
import json
|
||||
import appdirs
|
||||
import ftrack_api
|
||||
from . import FtrackServer
|
||||
from pype.ftrack.ftrack_server import FtrackServer
|
||||
from app import api
|
||||
|
||||
log = api.Logger.getLogger(__name__, "ftrack-event-server-cli")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue