X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=juju%2Fclient%2Fwatcher.py;h=8d7e15c800cff8a1ba7fcff24aa60ad0eb9edd54;hb=561a68b42d847d63606cd73a9bdf129590538a1b;hp=346627ca3001f511caddf4898e54865eb112c991;hpb=edf3beda420d3a2c66d6ef8fe9b5e45a76d052b9;p=osm%2FN2VC.git diff --git a/juju/client/watcher.py b/juju/client/watcher.py index 346627c..8d7e15c 100644 --- a/juju/client/watcher.py +++ b/juju/client/watcher.py @@ -1,11 +1,11 @@ -from .client import AllWatcher as BaseAllWatcher -from .client import Client +from .client import AllWatcherFacade as BaseAllWatcher +from .client import ClientFacade class AllWatcher(BaseAllWatcher): async def rpc(self, msg): if not hasattr(self, 'Id'): - client = Client() + client = ClientFacade() client.connect(self.connection) result = await client.WatchAll()