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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/claudia_launcher.py
|
|
@@ -39,6 +39,7 @@ from shared import * |
|
|
|
# Imports (Carla) |
|
|
|
|
|
|
|
try: |
|
|
|
from carla_backend import * |
|
|
|
from carla_utils import * |
|
|
|
haveCarla = True |
|
|
|
except: |
|
|
|