From db1ae40d51a5bcca2d7b3f9b8a5be7b2fc4ff8ed Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Wed, 2 Jun 2021 21:31:05 +0930 Subject: [PATCH] Explictly import carla_backend On my systems this is required otherwise python complains that PLUGIN_CATEGORY_* and PLUGIN_HAS_* are undefined Fixes issue #320 --- src/claudia_launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/claudia_launcher.py b/src/claudia_launcher.py index 64af08e3..5e3da749 100755 --- a/src/claudia_launcher.py +++ b/src/claudia_launcher.py @@ -39,6 +39,7 @@ # Imports (Carla) try: + from carla_backend import * from carla_utils import * haveCarla = True except: