diff --git a/source/frontend/carla-plugin b/source/frontend/carla-plugin index e21ba2737..2c0bf5f47 100755 --- a/source/frontend/carla-plugin +++ b/source/frontend/carla-plugin @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Carla plugin host (plugin UI) -# Copyright (C) 2013-2019 Filipe Coelho +# Copyright (C) 2013-2020 Filipe Coelho # # 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