changeset 3680:68f2a9c171d1

plugin XEP-0277: import `SatXMPPEntity` from core_types
author Goffi <goffi@goffi.org>
date Sun, 26 Sep 2021 16:38:40 +0200
parents b02fb5fcaa30
children 742e466fa000
files sat/plugins/plugin_xep_0277.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0277.py	Sun Sep 26 16:38:34 2021 +0200
+++ b/sat/plugins/plugin_xep_0277.py	Sun Sep 26 16:38:40 2021 +0200
@@ -40,7 +40,7 @@
 from sat.core.constants import Const as C
 from sat.core.log import getLogger
 from sat.core import exceptions
-from sat.core.xmpp import SatXMPPEntity
+from sat.core.core_types import SatXMPPEntity
 from sat.tools import xml_tools
 from sat.tools import sat_defer
 from sat.tools import utils