use qtpy in resolve instead of Qt.py

This commit is contained in:
Jakub Trllo 2022-12-21 11:48:27 +01:00
parent 5bda706df7
commit 409db0fb83
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import os
import sys
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
from openpype.tools.utils import host_tools

View file

@ -2,7 +2,7 @@ import re
import uuid
import qargparse
from Qt import QtWidgets, QtCore
from qtpy import QtWidgets, QtCore
from openpype.settings import get_current_project_settings
from openpype.pipeline.context_tools import get_current_project_asset