comparison sat_frontends/jp/output_xml.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 f4c02bdb2d91
children
comparison
equal deleted inserted replaced
4070:d10748475025 4071:4b842c1fb686
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 """Standard outputs""" 18 """Standard outputs"""
19 19
20 20
21 from sat_frontends.jp.constants import Const as C 21 from sat_frontends.jp.constants import Const as C
22 from sat.core.i18n import _ 22 from libervia.backend.core.i18n import _
23 from lxml import etree 23 from lxml import etree
24 from sat.core.log import getLogger 24 from libervia.backend.core.log import getLogger
25 25
26 log = getLogger(__name__) 26 log = getLogger(__name__)
27 import sys 27 import sys
28 28
29 try: 29 try: