comparison sat_frontends/jp/cmd_merge_request.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
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 20
21 import os.path 21 import os.path
22 from . import base 22 from . import base
23 from sat.core.i18n import _ 23 from libervia.backend.core.i18n import _
24 from sat.tools.common import data_format 24 from libervia.backend.tools.common import data_format
25 from sat_frontends.jp.constants import Const as C 25 from sat_frontends.jp.constants import Const as C
26 from sat_frontends.jp import xmlui_manager 26 from sat_frontends.jp import xmlui_manager
27 from sat_frontends.jp import common 27 from sat_frontends.jp import common
28 28
29 __commands__ = ["MergeRequest"] 29 __commands__ = ["MergeRequest"]