Browse Source

Misc

tags/1.9.6
falkTX 9 years ago
parent
commit
b9ba2f8f9d
2 changed files with 1 additions and 1 deletions
  1. +0
    -1
      source/carla_backend.py
  2. +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

# ------------------------------------------------------------------------------------------------------------


Loading…
Cancel
Save