From 9b8d012fa55719b436d69789e2d2f08174610297 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 2 Mar 2021 15:43:00 -0500 Subject: 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 --- ms/command-executor/src/main/python/proto/CommandExecutor_pb2_grpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms/command-executor/src') 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): -- cgit 1.2.3-korg