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