# HG changeset patch # User Goffi # Date 1665061189 -7200 # Node ID 287938675461c7444a7d20040143e2e4be1685cd # Parent 4cb38c8312a10ca45ec70d162e41d00e8c990f64 plugin events: fix bad import diff -r 4cb38c8312a1 -r 287938675461 sat/plugins/plugin_exp_events.py --- 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