Improved Primitive support and better testing
[osm/N2VC.git] / modules / libjuju / examples / deploy.py
index b14e4ca..43764d7 100644 (file)
@@ -13,6 +13,7 @@ from juju.model import Model
 async def main():
     model = Model()
     print('Connecting to model')
+    # connect to current model with current user, per Juju CLI
     await model.connect()
 
     try: