Fix import error in commandexecutor 28/118728/1
authorDan Timoney <dtimoney@att.com>
Tue, 2 Mar 2021 20:43:00 +0000 (15:43 -0500)
committerDan Timoney <dtimoney@att.com>
Tue, 2 Mar 2021 20:43:00 +0000 (15:43 -0500)
Fixed bad import statement, which causes command executor to fail
on startup.

Issue-ID: CCSDK-3197
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I645562fcce9164a52a45a33f61019b9bb2c5a150

ms/command-executor/src/main/python/proto/CommandExecutor_pb2_grpc.py

index b5c2c26..6aaf46b 100644 (file)
@@ -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):