diff libervia/backend/tools/common/template_xmlui.py @ 4074:26b7ed2817da

refactoring: rename `sat_frontends` to `libervia.frontends`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 14:12:38 +0200
parents 4b842c1fb686
children
line wrap: on
line diff
--- a/libervia/backend/tools/common/template_xmlui.py	Fri Jun 02 12:59:21 2023 +0200
+++ b/libervia/backend/tools/common/template_xmlui.py	Fri Jun 02 14:12:38 2023 +0200
@@ -24,8 +24,8 @@
 
 from functools import partial
 from libervia.backend.core.log import getLogger
-from sat_frontends.tools import xmlui
-from sat_frontends.tools import jid
+from libervia.frontends.tools import xmlui
+from libervia.frontends.tools import jid
 try:
     from jinja2 import Markup as safe
 except ImportError: