mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
changes style imports because pype style is actually avalon style so was removed
This commit is contained in:
parent
acd355c617
commit
ee8e3e6c63
10 changed files with 12 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import appdirs
|
||||
from pypeapp import style
|
||||
from avalon import style
|
||||
from Qt import QtWidgets
|
||||
import os
|
||||
import json
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
from Qt import QtCore, QtGui, QtWidgets
|
||||
from pypeapp import style
|
||||
from avalon import style
|
||||
|
||||
|
||||
class MusterLogin(QtWidgets.QWidget):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue