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

@ -10,7 +10,7 @@ from wsrpc_aiohttp import (
WebSocketAsync
)
from Qt import QtCore
from qtpy import QtCore
from openpype.lib import Logger
from openpype.pipeline import legacy_io

View file

@ -7,7 +7,7 @@ import traceback
import logging
from functools import partial
from Qt import QtWidgets
from qtpy import QtWidgets
from openpype.pipeline import install_host
from openpype.modules import ModulesManager

View file

@ -1,6 +1,6 @@
import os
from Qt import QtWidgets
from qtpy import QtWidgets
import pyblish.api