From 55afed151e3c0e18c6637d1a4e8159d6dce7df3d Mon Sep 17 00:00:00 2001 From: builderjer <34875857+builderjer@users.noreply.github.com> Date: Sun, 3 Dec 2023 10:10:01 -0700 Subject: [PATCH] Update system.py typo on import --- ovos_utils/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_utils/system.py b/ovos_utils/system.py index eda138aa..dfd0ad3f 100644 --- a/ovos_utils/system.py +++ b/ovos_utils/system.py @@ -9,7 +9,7 @@ from os.path import expanduser, exists, join from ovos_utils.log import LOG, deprecated -from ovos_utils.messagbus import get_mycroft_bus +from ovos_utils.messagebus import get_mycroft_bus from ovos_bus_client.message import Message # TODO: Deprecate MycroftRootLocations in 0.1.0