Mercurial > libervia-backend
comparison sat_frontends/jp/output_std.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 |
---|---|
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_frontends.tools import jid | 23 from sat_frontends.tools import jid |
24 from sat.tools.common.ansi import ANSI as A | 24 from libervia.backend.tools.common.ansi import ANSI as A |
25 from sat.tools.common import date_utils | 25 from libervia.backend.tools.common import date_utils |
26 import json | 26 import json |
27 | 27 |
28 __outputs__ = ["Simple", "Json"] | 28 __outputs__ = ["Simple", "Json"] |
29 | 29 |
30 | 30 |