import 'ApplicationManager' from lib

This commit is contained in:
Jakub Trllo 2022-10-21 15:34:43 +02:00
parent 250cdd32ce
commit fe0ab169f7
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -1,5 +1,5 @@
import os
from openpype.api import ApplicationManager
from openpype.lib import ApplicationManager
from openpype.pipeline import load