From 6616a3fdc1b5627b17cace4ab04d4dc357fc9782 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Wed, 10 Jun 2020 18:17:19 +0200 Subject: [PATCH] fix import --- pype/hosts/maya/expected_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/hosts/maya/expected_files.py b/pype/hosts/maya/expected_files.py index a737268354..3292b867ce 100644 --- a/pype/hosts/maya/expected_files.py +++ b/pype/hosts/maya/expected_files.py @@ -41,7 +41,7 @@ from abc import ABCMeta, abstractmethod import six -import pype.maya.lib as lib +import pype.hosts.maya.lib as lib from maya import cmds import maya.app.renderSetup.model.renderSetup as renderSetup