diff --git a/pype/hosts/maya/api/__init__.py b/pype/hosts/maya/api/__init__.py index 9caca205e6..27e15e0b25 100644 --- a/pype/hosts/maya/api/__init__.py +++ b/pype/hosts/maya/api/__init__.py @@ -151,7 +151,7 @@ def on_open(_): """On scene open let's assume the containers have changed.""" from avalon.vendor.Qt import QtWidgets - from ...widgets import popup + from pype.widgets import popup cmds.evalDeferred( "from pype.hosts.maya.api import lib;" @@ -223,4 +223,4 @@ def on_task_changed(*args): lib.show_message( "Context was changed", ("Context was changed to {}".format(avalon.Session["AVALON_ASSET"])), - ) \ No newline at end of file + )