mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-4845 - fix missing import AYON_SERVER_ENABLED
This commit is contained in:
parent
11c766eca7
commit
4b6bee1c76
4 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ from openpype.pipeline.publish import (
|
|||
from openpype.pipeline.publish.lib import (
|
||||
replace_with_published_scene_path
|
||||
)
|
||||
from openpype import AYON_SERVER_ENABLED
|
||||
|
||||
JSONDecodeError = getattr(json.decoder, "JSONDecodeError", ValueError)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ from datetime import datetime
|
|||
|
||||
from maya import cmds
|
||||
|
||||
from openpype import AYON_SERVER_ENABLED
|
||||
from openpype.pipeline import legacy_io, PublishXmlValidationError
|
||||
from openpype.tests.lib import is_in_tests
|
||||
from openpype.lib import is_running_from_build
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ import requests
|
|||
import pyblish.api
|
||||
|
||||
import nuke
|
||||
|
||||
from openpype import AYON_SERVER_ENABLED
|
||||
from openpype.pipeline import legacy_io
|
||||
from openpype.pipeline.publish import (
|
||||
OpenPypePyblishPluginMixin
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ from openpype.client import (
|
|||
from openpype.pipeline import (
|
||||
legacy_io,
|
||||
)
|
||||
from openpype import AYON_SERVER_ENABLED
|
||||
from openpype.pipeline import publish
|
||||
from openpype.lib import EnumDef, is_running_from_build
|
||||
from openpype.tests.lib import is_in_tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue