diff sat_frontends/jp/xmlui_manager.py @ 4071:4b842c1fb686

refactoring: renamed `sat` package to `libervia.backend`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 11:49:51 +0200
parents 2594e1951cf7
children
line wrap: on
line diff
--- a/sat_frontends/jp/xmlui_manager.py	Thu Jun 01 21:37:34 2023 +0200
+++ b/sat_frontends/jp/xmlui_manager.py	Fri Jun 02 11:49:51 2023 +0200
@@ -18,12 +18,12 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 from functools import partial
-from sat.core.log import getLogger
+from libervia.backend.core.log import getLogger
 from sat_frontends.tools import xmlui as xmlui_base
 from sat_frontends.jp.constants import Const as C
-from sat.tools.common.ansi import ANSI as A
-from sat.core.i18n import _
-from sat.tools.common import data_format
+from libervia.backend.tools.common.ansi import ANSI as A
+from libervia.backend.core.i18n import _
+from libervia.backend.tools.common import data_format
 
 log = getLogger(__name__)