mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use new location of 'get_default_components' function
This commit is contained in:
parent
ebb38aa4fc
commit
361ba53f26
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
|
@ -1113,7 +1113,7 @@ def boot():
|
|||
|
||||
def get_info(use_staging=None) -> list:
|
||||
"""Print additional information to console."""
|
||||
from openpype.lib.mongo import get_default_components
|
||||
from openpype.client.mongo import get_default_components
|
||||
from openpype.lib.log import PypeLogger
|
||||
|
||||
components = get_default_components()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue