Browse Source

Cleanup

tags/1.9.7
falkTX 11 years ago
parent
commit
e5f5be6d72
1 changed files with 0 additions and 15 deletions
  1. +0
    -15
      source/carla

+ 0
- 15
source/carla View File

@@ -16,21 +16,6 @@
#
# For a full copy of the GNU General Public License see the doc/GPL.txt file.

# ------------------------------------------------------------------------------------------------------------
# Imports (Config)

from carla_config import *

# ------------------------------------------------------------------------------------------------------------
# Imports (Global)

if config_UseQt5:
from PyQt5.QtCore import QEvent
from PyQt5.QtWidgets import QLabel, QTabWidget
else:
from PyQt4.QtCore import QEvent
from PyQt4.QtGui import QLabel, QTabWidget

# ------------------------------------------------------------------------------------------------------------
# Imports (Custom Stuff)



Loading…
Cancel
Save