mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change avalon API
This commit is contained in:
parent
527f4a710d
commit
63096b4e6b
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import os
|
||||||
|
|
||||||
import gazu
|
import gazu
|
||||||
|
|
||||||
from avalon.api import AvalonMongoDB
|
from openpype.pipeline import AvalonMongoDB
|
||||||
from .credentials import validate_credentials
|
from .credentials import validate_credentials
|
||||||
from .update_op_with_zou import (
|
from .update_op_with_zou import (
|
||||||
create_op_asset,
|
create_op_asset,
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ from gazu.task import (
|
||||||
all_tasks_for_shot,
|
all_tasks_for_shot,
|
||||||
)
|
)
|
||||||
|
|
||||||
from avalon.api import AvalonMongoDB
|
from openpype.pipeline import AvalonMongoDB
|
||||||
from openpype.api import get_project_settings
|
from openpype.api import get_project_settings
|
||||||
from openpype.lib import create_project
|
from openpype.lib import create_project
|
||||||
from openpype.modules.kitsu.utils.credentials import validate_credentials
|
from openpype.modules.kitsu.utils.credentials import validate_credentials
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue