X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fv1%2Fclient.py;h=ba765e1d9c1fcbb3f0368cdb36a07ea980a47b6e;hb=f6a4f77b98e5f05b74938b44bcbb2ed148e4941a;hp=b7ce83bc52c266924d44abab530fc0064a65b6bf;hpb=be96096ebd71c8d36c8375387f8e671f12eedfb0;p=osm%2Fosmclient.git diff --git a/osmclient/v1/client.py b/osmclient/v1/client.py index b7ce83b..ba765e1 100644 --- a/osmclient/v1/client.py +++ b/osmclient/v1/client.py @@ -27,6 +27,7 @@ from osmclient.v1 import package from osmclient.v1 import vca from osmclient.v1 import utils from osmclient.common import http +from osmclient.common import package_tool class Client(object): @@ -102,6 +103,7 @@ class Client(object): **kwargs) self.vca = vca.Vca(http_client, client=self, **kwargs) self.utils = utils.Utils(http_client, **kwargs) + self.package_tool = package_tool.PackageTool(client=self) @property def so_rbac_project_path(self):