diff --git a/examples/Python/src/CARLA/include/carla_client.py b/examples/Python/src/CARLA/carla_client.py similarity index 100% rename from examples/Python/src/CARLA/include/carla_client.py rename to examples/Python/src/CARLA/carla_client.py diff --git a/examples/Python/src/CARLA/src/carla_async.lf b/examples/Python/src/CARLA/src/carla_async.lf index 11bd237a..6b2edca0 100644 --- a/examples/Python/src/CARLA/src/carla_async.lf +++ b/examples/Python/src/CARLA/src/carla_async.lf @@ -1,5 +1,5 @@ target Python { - files: include/carla_client.py + files: carla_client.py } preamble {= diff --git a/examples/Python/src/CARLA/src/carla_sync.lf b/examples/Python/src/CARLA/src/carla_sync.lf index 9a32fffc..87b11f65 100644 --- a/examples/Python/src/CARLA/src/carla_sync.lf +++ b/examples/Python/src/CARLA/src/carla_sync.lf @@ -1,5 +1,5 @@ target Python { - files: include/carla_client.py + files: carla_client.py } preamble {=