Merge pull request #4254 from ynput/feature/OP-4661_qtpy-in-resolve

Resolve: Use qtpy in Resolve
This commit is contained in:
Jakub Trllo 2023-01-10 15:13:52 +01:00 committed by GitHub
commit 36adbd71d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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