fixed ftrackserver import

This commit is contained in:
Jakub Trllo 2019-03-01 18:47:01 +01:00
parent f275583de4
commit aa19c52c0e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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")