X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fpy-executor%2Fblueprints_grpc%2Fexecutor_utils.py;fp=ms%2Fpy-executor%2Fblueprints_grpc%2Fexecutor_utils.py;h=701958ffffce20d211890925fa1814c12cb9a11e;hb=daab14bd058de198c80b71d63e108fd788b7f5ee;hp=93197112ef9dccf3de0970d094a5ce14a3f284b1;hpb=82e396d6917519468376d177dd6a2710e84fa23a;p=ccsdk%2Fcds.git diff --git a/ms/py-executor/blueprints_grpc/executor_utils.py b/ms/py-executor/blueprints_grpc/executor_utils.py index 93197112e..701958fff 100644 --- a/ms/py-executor/blueprints_grpc/executor_utils.py +++ b/ms/py-executor/blueprints_grpc/executor_utils.py @@ -24,14 +24,14 @@ import time from google.protobuf import json_format, struct_pb2 from google.protobuf.timestamp_pb2 import Timestamp -from proto.BlueprintCommon_pb2 import ( +from proto.BluePrintCommon_pb2 import ( EVENT_COMPONENT_EXECUTED, EVENT_COMPONENT_NOTIFICATION, EVENT_COMPONENT_PROCESSING, EVENT_COMPONENT_TRACE, Status ) -from proto.BlueprintProcessing_pb2 import ( +from proto.BluePrintProcessing_pb2 import ( ExecutionServiceInput, ExecutionServiceOutput, )