From a378bb4bd02c8e9099213cdc9dd543b300b1f3da Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Wed, 3 Mar 2021 09:58:09 +0100 Subject: [PATCH] maya wrong api import --- pype/hosts/maya/api/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/hosts/maya/api/action.py b/pype/hosts/maya/api/action.py index 35a57a4445..f623298451 100644 --- a/pype/hosts/maya/api/action.py +++ b/pype/hosts/maya/api/action.py @@ -72,7 +72,7 @@ class GenerateUUIDsOnInvalidAction(pyblish.api.Action): nodes (list): all nodes to regenerate ids on """ - from pype.hosts.maya import lib + from pype.hosts.maya.api import lib import avalon.io as io asset = instance.data['asset']