From b7cd3438373f67c37d30e10a644885d64255df40 Mon Sep 17 00:00:00 2001 From: felipecode Date: Wed, 20 Dec 2017 11:36:29 -0200 Subject: [PATCH] Testing a different import --- PythonClient/carla/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonClient/carla/client.py b/PythonClient/carla/client.py index 8a535d8ae..80fde992b 100644 --- a/PythonClient/carla/client.py +++ b/PythonClient/carla/client.py @@ -16,7 +16,7 @@ from . import tcp from . import util try: - from carla.carla_server_pb2 import carla_server_pb2 as carla_protocol + from . import carla_server_pb2 as carla_protocol except ImportError: raise RuntimeError('cannot import "carla_server_pb2.py", run the protobuf compiler to generate this file')