mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
removed imports from avalon vendor and use sys modules
This commit is contained in:
parent
a8f2e0f7ec
commit
e5efaf842b
32 changed files with 63 additions and 59 deletions
|
|
@ -5,9 +5,9 @@ import uuid
|
|||
import clique
|
||||
from pymongo import UpdateOne
|
||||
import ftrack_api
|
||||
from Qt import QtWidgets, QtCore
|
||||
|
||||
from avalon import api, style
|
||||
from avalon.vendor.Qt import QtWidgets, QtCore
|
||||
from avalon.vendor import qargparse
|
||||
from avalon.api import AvalonMongoDB
|
||||
import avalon.pipeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue