diff options
author | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2021-03-03 16:57:33 -0500 |
---|---|---|
committer | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2021-03-03 16:57:33 -0500 |
commit | f466a7160cbbe52af1550c46d89ae81a8f417c54 (patch) | |
tree | d8f378c99660475f8a7048a2193a61e602e761a9 /py-modules/common/proto/BlueprintManagement_pb2_grpc.py | |
parent | 9b8d012fa55719b436d69789e2d2f08174610297 (diff) |
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 <oleg.mitsura@amdocs.com>
Change-Id: If5504de697dab3d99f27d06406e6453c9dd089e6
Diffstat (limited to 'py-modules/common/proto/BlueprintManagement_pb2_grpc.py')
-rw-r--r-- | py-modules/common/proto/BlueprintManagement_pb2_grpc.py | 16 |
1 files changed, 1 insertions, 15 deletions
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): |