From 7efdca1e61fb9fd4eabf4e12cbe5a0fc8fed5c96 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Tue, 18 Feb 2020 19:58:31 +1030 Subject: [PATCH] Put back correct import for slam grpc --- SlamController/SlamController_pb2_grpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlamController/SlamController_pb2_grpc.py b/SlamController/SlamController_pb2_grpc.py index 16c5743..dd7bdf5 100644 --- a/SlamController/SlamController_pb2_grpc.py +++ b/SlamController/SlamController_pb2_grpc.py @@ -1,7 +1,7 @@ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc -import SlamController_pb2 as SlamController__pb2 +from . import SlamController_pb2 as SlamController__pb2 class SlamControlStub(object):