From 64d1d67c46a94aa64184443e474827bff8facd97 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 20 Dec 2022 13:46:04 +0100 Subject: [PATCH] use qtpy in houdini host --- openpype/hosts/houdini/api/usd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/houdini/api/usd.py b/openpype/hosts/houdini/api/usd.py index 4f4a3d8e6f..b935dfdf30 100644 --- a/openpype/hosts/houdini/api/usd.py +++ b/openpype/hosts/houdini/api/usd.py @@ -3,7 +3,7 @@ import contextlib import logging -from Qt import QtWidgets, QtCore, QtGui +from qtpy import QtWidgets, QtCore, QtGui from openpype import style from openpype.client import get_asset_by_name