moved settings UI files one golder hierarchy level higher

This commit is contained in:
iLLiCiTiT 2021-05-06 10:13:50 +02:00
parent c16feab165
commit 585545c53b
14 changed files with 4 additions and 14 deletions

View file

@ -1,5 +1,5 @@
from Qt import QtWidgets, QtCore
from openpype.tools.settings.settings.widgets.widgets import (
from openpype.tools.settings.settings.widgets import (
ExpandingWidget,
SpacerWidget
)

View file

@ -1,8 +1,6 @@
from . import style
from .widgets import (
MainWidget,
ProjectListWidget
)
from .window import MainWidget
from .widgets import ProjectListWidget
__all__ = (

View file

@ -1,8 +0,0 @@
from .window import MainWidget
from .widgets import ProjectListWidget
__all__ = [
"MainWidget",
"ProjectListWidget"
]

View file

@ -5,7 +5,7 @@ from .categories import (
ProjectWidget
)
from .widgets import ShadowWidget
from .. import style
from . import style
from openpype.tools.settings import (
is_password_required,