From 0726456076552f401482fdc2b2e8d2e07674a9a6 Mon Sep 17 00:00:00 2001 From: miro Date: Tue, 5 Nov 2024 03:21:12 +0000 Subject: [PATCH] fix: allow latest ovos-gui changes companion to https://github.com/OpenVoiceOS/ovos-bus-client/pull/120 and https://github.com/OpenVoiceOS/ovos-gui/pull/53 --- __init__.py | 1 - {ui => gui/qt5}/slideshow.qml | 0 2 files changed, 1 deletion(-) rename {ui => gui/qt5}/slideshow.qml (100%) 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