Skip to content

Commit

Permalink
Patching ovos-core backwards-compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 29, 2023
1 parent a4433d8 commit 25fe294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neon_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

# TODO: Patching for ovos-core 0.0.7
import ovos_utils.messagebus
from ovos_utils.events import get_handler_name, create_wrapper
from ovos_utils.events import get_handler_name, create_wrapper, EventContainer
ovos_utils.messagebus.get_handler_name = get_handler_name
ovos_utils.messagebus.create_wrapper = create_wrapper
ovos_utils.messagebus.EventContainer = EventContainer

0 comments on commit 25fe294

Please sign in to comment.