changed imports where from interfaces are loaded

This commit is contained in:
iLLiCiTiT 2021-07-27 20:01:54 +02:00
parent 8f35cb61f5
commit 6813ff0366
14 changed files with 38 additions and 35 deletions

View file

@ -1,8 +1,8 @@
import os
import openpype
from openpype import resources
from .. import (
PypeModule,
from openpype.modules import PypeModule
from openpype_interfaces import (
ITrayModule,
IWebServerRoutes
)