Browse Source

Fix external-ui internal plugins with the latest changes

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
7b4abd49d6
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      source/frontend/externalui.py

+ 2
- 1
source/frontend/externalui.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# External UI
# Copyright (C) 2013-2014 Filipe Coelho <falktx@falktx.com>
# Copyright (C) 2013-2020 Filipe Coelho <falktx@falktx.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -19,6 +19,7 @@
# ------------------------------------------------------------------------------------------------------------
# Imports (Custom Stuff)

from carla_backend import charPtrToString
from carla_shared import *

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


Loading…
Cancel
Save