This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Misc
tags/1.9.6
falkTX
9 years ago
parent
f96380f06e
commit
b9ba2f8f9d
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
source/carla_backend.py
+1
-0
source/carla_utils.py
+ 0
- 1
source/carla_backend.py
View File
@@ -21,7 +21,6 @@
from abc import ABCMeta, abstractmethod
from ctypes import *
from os import environ
from platform import architecture
from sys import platform, maxsize
+ 1
- 0
source/carla_utils.py
View File
@@ -19,6 +19,7 @@
# ------------------------------------------------------------------------------------------------------------
# Imports (Global)
from os import environ
from sys import argv
# ------------------------------------------------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save