tray parts moved to special folder so Qt is imported only there

This commit is contained in:
Jakub Trllo 2019-05-22 13:48:56 +02:00
parent 7d748c9dc2
commit 04e09014ac
5 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,2 @@
from .lib import *
from .ftrack_server import *
from .ftrack_module import FtrackModule
def tray_init(tray_widget, main_widget):
return FtrackModule(main_widget, tray_widget)