mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
renamed 'control_context.py' to 'control.py'
This commit is contained in:
parent
178ab5d77a
commit
4481c7590b
3 changed files with 7 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
|||
from .control import PushToContextController
|
||||
|
||||
|
||||
__all__ = (
|
||||
"PushToContextController",
|
||||
)
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue