change imports in hosts

This commit is contained in:
Jakub Trllo 2022-11-03 16:27:38 +01:00
parent 81017f90cf
commit 12c28fe466
16 changed files with 16 additions and 32 deletions

View file

@ -1,6 +1,5 @@
import os
from openpype.modules import OpenPypeModule
from openpype.modules.interfaces import IHostAddon
from openpype.modules import OpenPypeModule, IHostAddon
MAYA_ROOT_DIR = os.path.dirname(os.path.abspath(__file__))