renamed 'control_context.py' to 'control.py'

This commit is contained in:
Jakub Trllo 2023-10-13 18:11:06 +02:00
parent 178ab5d77a
commit 4481c7590b
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
from .control import PushToContextController
__all__ = (
"PushToContextController",
)

View file

@ -11,7 +11,7 @@ from openpype.tools.utils import (
)
from openpype.tools.utils.views import DeselectableTreeView
from .control_context import PushToContextController
from openpype.tools.ayon_push_to_project import PushToContextController
PROJECT_NAME_ROLE = QtCore.Qt.UserRole + 1
ASSET_NAME_ROLE = QtCore.Qt.UserRole + 2