Hook up Unit.run() to api
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Sat, 25 Jun 2016 01:03:26 +0000 (21:03 -0400)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Sat, 25 Jun 2016 01:03:26 +0000 (21:03 -0400)
commit769d19789b142ca3c1ffd0a172e9ac29cfb4b40e
tree6ce4212568798f0c8901773f987cae8284a0b60e
parentfe2d2f1a5ef2453359858481929a2526ea1a3c5c
Hook up Unit.run() to api
Makefile
examples/unitrun.py [new file with mode: 0644]
juju/client/_client.py
juju/client/connection.py
juju/client/facade.py
juju/client/schemas-20160608.json [new file with mode: 0644]
juju/client/watcher.py
juju/model.py
juju/unit.py
tests/client/test_client.py