comparison sat_frontends/jp/cmd_profile.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 524856bd7b19
children
comparison
equal deleted inserted replaced
4070:d10748475025 4071:4b842c1fb686
19 19
20 """This module permits to manage profiles. It can list, create, delete 20 """This module permits to manage profiles. It can list, create, delete
21 and retrieve information about a profile.""" 21 and retrieve information about a profile."""
22 22
23 from sat_frontends.jp.constants import Const as C 23 from sat_frontends.jp.constants import Const as C
24 from sat.core.log import getLogger 24 from libervia.backend.core.log import getLogger
25 from sat.core.i18n import _ 25 from libervia.backend.core.i18n import _
26 from sat_frontends.jp import base 26 from sat_frontends.jp import base
27 27
28 log = getLogger(__name__) 28 log = getLogger(__name__)
29 29
30 30