use qtpy in max host

This commit is contained in:
Jakub Trllo 2022-12-20 13:43:28 +01:00
parent 95939fb99e
commit cb5cbaed7d

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""3dsmax menu definition of OpenPype.""" """3dsmax menu definition of OpenPype."""
from Qt import QtWidgets, QtCore from qtpy import QtWidgets, QtCore
from pymxs import runtime as rt from pymxs import runtime as rt
from openpype.tools.utils import host_tools from openpype.tools.utils import host_tools