diff sat_frontends/jp/output_xmlui.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 be6d91572633
children
line wrap: on
line diff
--- a/sat_frontends/jp/output_xmlui.py	Thu Jun 01 21:37:34 2023 +0200
+++ b/sat_frontends/jp/output_xmlui.py	Fri Jun 02 11:49:51 2023 +0200
@@ -21,7 +21,7 @@
 
 from sat_frontends.jp.constants import Const as C
 from sat_frontends.jp import xmlui_manager
-from sat.core.log import getLogger
+from libervia.backend.core.log import getLogger
 
 log = getLogger(__name__)