mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
import 'ApplicationManager' from lib
This commit is contained in:
parent
250cdd32ce
commit
fe0ab169f7
2 changed files with 2 additions and 2 deletions
|
|
@ -195,7 +195,7 @@ class FtrackModule(
|
|||
app_definitions_from_app_manager,
|
||||
tool_definitions_from_app_manager
|
||||
)
|
||||
from openpype.api import ApplicationManager
|
||||
from openpype.lib import ApplicationManager
|
||||
query_keys = [
|
||||
"id",
|
||||
"key",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import os
|
||||
from openpype.api import ApplicationManager
|
||||
from openpype.lib import ApplicationManager
|
||||
from openpype.pipeline import load
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue