mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34: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
|
|
@ -1,6 +1,6 @@
|
|||
from Qt import QtWidgets, QtCore
|
||||
import sys
|
||||
import logging
|
||||
from Qt import QtWidgets, QtCore
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import logging
|
|||
import contextlib
|
||||
|
||||
|
||||
from avalon.vendor.Qt import QtCore, QtWidgets, QtGui
|
||||
from Qt import QtCore, QtWidgets, QtGui
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
|
||||
|
||||
from avalon.vendor.Qt import QtCore, QtGui, QtWidgets
|
||||
import os
|
||||
import getpass
|
||||
import platform
|
||||
|
||||
from Qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
from avalon import style
|
||||
import ftrack_api
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue