From: Dan Timoney Date: Tue, 2 Mar 2021 20:43:00 +0000 (-0500) Subject: Fix import error in commandexecutor X-Git-Tag: 1.1.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9b8d012fa55719b436d69789e2d2f08174610297;p=ccsdk%2Fcds.git Fix import error in commandexecutor Fixed bad import statement, which causes command executor to fail on startup. Issue-ID: CCSDK-3197 Signed-off-by: Dan Timoney Change-Id: I645562fcce9164a52a45a33f61019b9bb2c5a150 --- diff --git a/ms/command-executor/src/main/python/proto/CommandExecutor_pb2_grpc.py b/ms/command-executor/src/main/python/proto/CommandExecutor_pb2_grpc.py index b5c2c26ff..6aaf46ba1 100644 --- a/ms/command-executor/src/main/python/proto/CommandExecutor_pb2_grpc.py +++ b/ms/command-executor/src/main/python/proto/CommandExecutor_pb2_grpc.py @@ -1,7 +1,7 @@ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc -import CommandExecutor_pb2 as CommandExecutor__pb2 +import proto.CommandExecutor_pb2 as CommandExecutor__pb2 class CommandExecutorServiceStub(object):