check_ftrack_url has moved from event_server_cli to lib to be importable

This commit is contained in:
iLLiCiTiT 2019-11-15 16:07:36 +01:00
parent b567af166d
commit daee320863
4 changed files with 36 additions and 33 deletions

View file

@ -1,2 +1,2 @@
from .lib import *
from .ftrack_server import FtrackServer
from .ftrack_server import FtrackServer, check_ftrack_url