changes style imports because pype style is actually avalon style so was removed

This commit is contained in:
iLLiCiTiT 2020-06-02 16:13:31 +02:00
parent acd355c617
commit ee8e3e6c63
10 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
import appdirs
from pypeapp import style
from avalon import style
from Qt import QtWidgets
import os
import json

View file

@ -1,6 +1,6 @@
import os
from Qt import QtCore, QtGui, QtWidgets
from pypeapp import style
from avalon import style
class MusterLogin(QtWidgets.QWidget):