Skip to content

Commit

Permalink
refactor/move_from_utils (#153)
Browse files Browse the repository at this point in the history
* refactor/move_from_utils

OpenVoiceOS/ovos-utils#205

* update imports

* update imports

* tests
  • Loading branch information
JarbasAl authored Dec 28, 2023
1 parent 60aa7fe commit 308ff2d
Show file tree
Hide file tree
Showing 17 changed files with 702 additions and 30 deletions.
2 changes: 1 addition & 1 deletion ovos_workshop/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ovos_config.locations import get_xdg_config_save_path
from ovos_utils.messagebus import get_mycroft_bus
from ovos_utils.log import log_deprecation
from ovos_utils.gui import GUIInterface
from ovos_bus_client.apis.gui import GUIInterface
from ovos_bus_client.client.client import MessageBusClient
from ovos_workshop.resource_files import locate_lang_directories
from ovos_workshop.skills.ovos import OVOSSkill
Expand Down
Loading

0 comments on commit 308ff2d

Please sign in to comment.