Mercurial > libervia-backend
changeset 3915:287938675461
plugin events: fix bad import
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 06 Oct 2022 14:59:49 +0200 |
parents | 4cb38c8312a1 |
children | 40d47cc29ea4 |
files | sat/plugins/plugin_exp_events.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/plugins/plugin_exp_events.py Sat Sep 24 16:37:46 2022 +0200 +++ b/sat/plugins/plugin_exp_events.py Thu Oct 06 14:59:49 2022 +0200 @@ -23,7 +23,7 @@ import shortuuid from sqlalchemy.orm.events import event -from build.lib.sat.core.xmpp import SatXMPPClient +from sat.core.xmpp import SatXMPPClient from sat.core.i18n import _ from sat.core import exceptions from sat.core.constants import Const as C