mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed imports in models
This commit is contained in:
parent
87cdaa829c
commit
0fcdbabeb1
2 changed files with 7 additions and 7 deletions
|
|
@ -2,13 +2,13 @@ import logging
|
|||
|
||||
from collections import defaultdict
|
||||
|
||||
from ... import api, io, style, schema
|
||||
from ...vendor.Qt import QtCore, QtGui
|
||||
from ...vendor import qtawesome
|
||||
from Qt import QtCore, QtGui
|
||||
from avalon import api, io, style, schema
|
||||
from avalon.vendor import qtawesome
|
||||
|
||||
from .. import lib as tools_lib
|
||||
from ...lib import HeroVersionType
|
||||
from ..models import TreeModel, Item
|
||||
from avalon.tools import lib as tools_lib
|
||||
from avalon.lib import HeroVersionType
|
||||
from avalon.tools.models import TreeModel, Item
|
||||
|
||||
from . import lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue