comparison sat_frontends/jp/output_template.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 """Standard outputs""" 19 """Standard outputs"""
20 20
21 21
22 from sat_frontends.jp.constants import Const as C 22 from sat_frontends.jp.constants import Const as C
23 from sat.core.i18n import _ 23 from libervia.backend.core.i18n import _
24 from sat.core import log 24 from libervia.backend.core import log
25 from sat.tools.common import template 25 from libervia.backend.tools.common import template
26 from functools import partial 26 from functools import partial
27 import logging 27 import logging
28 import webbrowser 28 import webbrowser
29 import tempfile 29 import tempfile
30 import os.path 30 import os.path