# HG changeset patch # User Goffi # Date 1632667120 -7200 # Node ID 68f2a9c171d19a63d5956f781e96449cd3652ba4 # Parent b02fb5fcaa30a0d66fe5920b2084bdd3e963d81a plugin XEP-0277: import `SatXMPPEntity` from core_types diff -r b02fb5fcaa30 -r 68f2a9c171d1 sat/plugins/plugin_xep_0277.py --- 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