Merge commit '77b7a31' into release-v0.3.31
commit
e572922d9d
@ -1,11 +0,0 @@
|
|||||||
# SPDX-FileCopyrightText: 2025 Mitogen authors <https://github.com/mitogen-hq>
|
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
|
||||||
# !mitogen: minify_safe
|
|
||||||
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
try:
|
|
||||||
import ansible_mitogen
|
|
||||||
except ImportError:
|
|
||||||
sys.path.insert(0, os.path.abspath(os.path.join(__file__, '../../../..')))
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
# SPDX-FileCopyrightText: 2025 Mitogen authors <https://github.com/mitogen-hq>
|
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
|
||||||
# !mitogen: minify_safe
|
|
||||||
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
try:
|
|
||||||
import ansible_mitogen
|
|
||||||
except ImportError:
|
|
||||||
sys.path.insert(0, os.path.abspath(os.path.join(__file__, '../../../..')))
|
|
||||||
Loading…
Reference in New Issue