Testing a different import

This commit is contained in:
felipecode 2017-12-20 11:36:29 -02:00
parent 209f169ff2
commit b7cd343837
1 changed files with 1 additions and 1 deletions

View File

@ -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')