mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
changed imports where from interfaces are loaded
This commit is contained in:
parent
8f35cb61f5
commit
6813ff0366
14 changed files with 38 additions and 35 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue