From cb5cbaed7d7822730deeae5baf473761ae547857 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 20 Dec 2022 13:43:28 +0100 Subject: [PATCH] use qtpy in max host --- openpype/hosts/max/api/menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/max/api/menu.py b/openpype/hosts/max/api/menu.py index d1913c51e0f..02d8315af61 100644 --- a/openpype/hosts/max/api/menu.py +++ b/openpype/hosts/max/api/menu.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """3dsmax menu definition of OpenPype.""" -from Qt import QtWidgets, QtCore +from qtpy import QtWidgets, QtCore from pymxs import runtime as rt from openpype.tools.utils import host_tools