diff --git a/__init__.py b/__init__.py index 5d8be0d..41cfb76 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1,6 @@ import random from ovos_bus_client.message import Message -from ovos_utils import camel_case_split from ovos_utils.parse import match_one from ovos_workshop.decorators import intent_handler, resting_screen_handler from ovos_workshop.intents import IntentBuilder diff --git a/ui/slideshow.qml b/gui/qt5/slideshow.qml similarity index 100% rename from ui/slideshow.qml rename to gui/qt5/slideshow.qml