comparison 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
comparison
equal deleted inserted replaced
4070:d10748475025 4071:4b842c1fb686
16 16
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 functools import partial 20 from functools import partial
21 from sat.core.log import getLogger 21 from libervia.backend.core.log import getLogger
22 from sat_frontends.tools import xmlui as xmlui_base 22 from sat_frontends.tools import xmlui as xmlui_base
23 from sat_frontends.jp.constants import Const as C 23 from sat_frontends.jp.constants import Const as C
24 from sat.tools.common.ansi import ANSI as A 24 from libervia.backend.tools.common.ansi import ANSI as A
25 from sat.core.i18n import _ 25 from libervia.backend.core.i18n import _
26 from sat.tools.common import data_format 26 from libervia.backend.tools.common import data_format
27 27
28 log = getLogger(__name__) 28 log = getLogger(__name__)
29 29
30 # workflow constants 30 # workflow constants
31 31