Browse Source

Explictly import carla_backend

On my systems this is required otherwise python complains that PLUGIN_CATEGORY_* and PLUGIN_HAS_* are undefined

Fixes issue #320
pull/321/head
Simon Lees GitHub 3 years ago
parent
commit
db1ae40d51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/claudia_launcher.py

+ 1
- 0
src/claudia_launcher.py View File

@@ -39,6 +39,7 @@ from shared import *
# Imports (Carla)

try:
from carla_backend import *
from carla_utils import *
haveCarla = True
except:


Loading…
Cancel
Save