|
|
@@ -2,7 +2,7 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
|
|
# Carla plugin host (plugin UI) |
|
|
|
# Copyright (C) 2013-2019 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 |
|
|
@@ -25,6 +25,7 @@ from PyQt5.QtWidgets import QSplitter |
|
|
|
# ------------------------------------------------------------------------------------------------------------ |
|
|
|
# Imports (Custom Stuff) |
|
|
|
|
|
|
|
from carla_backend_qt import CarlaHostQtPlugin |
|
|
|
from carla_host import * |
|
|
|
from externalui import ExternalUI |
|
|
|
|
|
|
|