Mercurial > libervia-backend
comparison sat_frontends/jp/cmd_avatar.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 |
---|---|
20 | 20 |
21 import os | 21 import os |
22 import os.path | 22 import os.path |
23 import asyncio | 23 import asyncio |
24 from . import base | 24 from . import base |
25 from sat.core.i18n import _ | 25 from libervia.backend.core.i18n import _ |
26 from sat_frontends.jp.constants import Const as C | 26 from sat_frontends.jp.constants import Const as C |
27 from sat.tools import config | 27 from libervia.backend.tools import config |
28 from sat.tools.common import data_format | 28 from libervia.backend.tools.common import data_format |
29 | 29 |
30 | 30 |
31 __commands__ = ["Avatar"] | 31 __commands__ = ["Avatar"] |
32 DISPLAY_CMD = ["xdg-open", "xv", "display", "gwenview", "showtell"] | 32 DISPLAY_CMD = ["xdg-open", "xv", "display", "gwenview", "showtell"] |
33 | 33 |