X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fv1%2Fclient.py;fp=osmclient%2Fv1%2Fclient.py;h=7d01cfad64ad62516ffd98bb49cd98d3c1d270f4;hb=961145b6c1ab65c8cc5953aae008781e285c1461;hp=cad9c94863d1403703ba3226647e793aaf84203e;hpb=8fdbc7b94c475febecf9896d9ea1e715f82c3daa;p=osm%2Fosmclient.git diff --git a/osmclient/v1/client.py b/osmclient/v1/client.py index cad9c94..7d01cfa 100644 --- a/osmclient/v1/client.py +++ b/osmclient/v1/client.py @@ -24,7 +24,6 @@ from osmclient.v1 import ns from osmclient.v1 import nsd from osmclient.v1 import vim 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 @@ -98,7 +97,6 @@ class Client(object): self.package = package.Package( http=http_client, upload_http=upload_client, client=self, **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)