removed imports from avalon vendor and use sys modules

This commit is contained in:
iLLiCiTiT 2021-11-25 00:39:22 +01:00
parent a8f2e0f7ec
commit e5efaf842b
32 changed files with 63 additions and 59 deletions

View file

@ -1,6 +1,6 @@
from Qt import QtWidgets, QtCore
import sys
import logging
from Qt import QtWidgets, QtCore
log = logging.getLogger(__name__)

View file

@ -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__)

View file

@ -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