From 69506d9c1830939131aba7fe00f4d2dcc8136239 Mon Sep 17 00:00:00 2001 From: JarbasAi Date: Sat, 30 Dec 2023 01:46:14 +0000 Subject: [PATCH] fix/phal_plugins_utils_010 import moved in utils 0.0.37 and removed in 0.1.0 --- ovos_plugin_manager/templates/phal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_plugin_manager/templates/phal.py b/ovos_plugin_manager/templates/phal.py index aed65f3a..8a8fb471 100644 --- a/ovos_plugin_manager/templates/phal.py +++ b/ovos_plugin_manager/templates/phal.py @@ -5,7 +5,7 @@ from ovos_utils import camel_case_split from ovos_utils import classproperty from ovos_utils.log import LOG -from ovos_utils.messagebus import get_mycroft_bus +from ovos_bus_client.util import get_mycroft_bus from ovos_utils.process_utils import RuntimeRequirements from ovos_plugin_manager.utils.config import get_plugin_config