use qtpy in hosts which have use openpype process

This commit is contained in:
Jakub Trllo 2022-12-13 17:47:52 +01:00
parent a66e421fad
commit a3db8a0539
12 changed files with 13 additions and 13 deletions

View file

@ -14,7 +14,7 @@ import json
import signal
import time
from uuid import uuid4
from Qt import QtWidgets, QtCore, QtGui
from qtpy import QtWidgets, QtCore, QtGui
import collections
from .server import Server