From f466a7160cbbe52af1550c46d89ae81a8f417c54 Mon Sep 17 00:00:00 2001 From: Oleg Mitsura Date: Wed, 3 Mar 2021 16:57:33 -0500 Subject: Fix PY compiled proto files. Issue-ID: CCSDK-3192 py-modules/common/proto files contain some binary data, plain rename bluePrint-> print wouldn't work. Had to recomipe .proto files from model-catalog/proto-defintion/proto and place them into py-modules.... Signed-off-by: Oleg Mitsura Change-Id: If5504de697dab3d99f27d06406e6453c9dd089e6 --- py-modules/common/proto/BlueprintManagement_pb2_grpc.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'py-modules/common/proto/BlueprintManagement_pb2_grpc.py') diff --git a/py-modules/common/proto/BlueprintManagement_pb2_grpc.py b/py-modules/common/proto/BlueprintManagement_pb2_grpc.py index a491711f1..09db2d10a 100644 --- a/py-modules/common/proto/BlueprintManagement_pb2_grpc.py +++ b/py-modules/common/proto/BlueprintManagement_pb2_grpc.py @@ -1,21 +1,7 @@ -# Copyright © 2018-2019 AT&T Intellectual Property. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc -from proto import BlueprintManagement_pb2 as BlueprintManagement__pb2 +import proto.BlueprintManagement_pb2 as BlueprintManagement__pb2 class BlueprintManagementServiceStub(object): -- cgit 1.2.3-korg