use openpype style in project manager

This commit is contained in:
iLLiCiTiT 2021-05-28 13:24:39 +02:00
parent c65f828c90
commit 8bd06f1bd1
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@ from openpype.lib import (
PROJECT_NAME_ALLOWED_SYMBOLS,
PROJECT_NAME_REGEX
)
from .style import load_stylesheet
from openpype.style import load_stylesheet
from avalon.api import AvalonMongoDB
from Qt import QtWidgets, QtCore

View file

@ -9,7 +9,8 @@ from . import (
CreateProjectDialog
)
from .style import load_stylesheet, ResourceCache
from openpype.style import load_stylesheet
from .style import ResourceCache
from openpype import resources
from avalon.api import AvalonMongoDB