Skip to content

Commit ba6d729

Browse files
committed
do not load cpython _asyncio, and stay with full python, in order to allow multi-instance of zigpy
1 parent bf14e9d commit ba6d729

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin.py

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
</plugin>
7070
"""
7171

72+
import sys
73+
sys.modules["_asyncio"] = None
74+
7275
import pathlib
7376

7477
from pkg_resources import DistributionNotFound

0 commit comments

Comments
 (0)