comparison libervia/backend/plugins/plugin_xep_0082.py @ 4073:7c5654c54fed

refactoring: rename `core.sat_main` to `core.main`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 12:59:21 +0200
parents 040095a5dc7f
children 0d7bb4df2343
comparison
equal deleted inserted replaced
4072:040095a5dc7f 4073:7c5654c54fed
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 from libervia.backend.core.constants import Const as C 20 from libervia.backend.core.constants import Const as C
21 from libervia.backend.core.i18n import D_ 21 from libervia.backend.core.i18n import D_
22 from libervia.backend.core.sat_main import LiberviaBackend 22 from libervia.backend.core.main import LiberviaBackend
23 from libervia.backend.tools import xmpp_datetime 23 from libervia.backend.tools import xmpp_datetime
24 24
25 25
26 __all__ = [ # pylint: disable=unused-variable 26 __all__ = [ # pylint: disable=unused-variable
27 "PLUGIN_INFO", 27 "PLUGIN_INFO",