We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf2f62 commit 198a5deCopy full SHA for 198a5de
1 file changed
docs/readme.rst
@@ -51,7 +51,7 @@ Pylibjuju requires an already bootstrapped Juju controller to connect to.
51
import logging
52
import sys
53
54
- from juju import asyncio
+ from juju import jasyncio
55
from juju.model import Model
56
57
@@ -89,7 +89,7 @@ Pylibjuju requires an already bootstrapped Juju controller to connect to.
89
90
# Run the deploy coroutine in an asyncio event loop, using a helper
91
# that abstracts loop creation and teardown.
92
- asyncio.run(deploy())
+ jasyncio.run(deploy())
93
94
95
if __name__ == '__main__':
0 commit comments