comparison sat_frontends/quick_frontend/quick_app.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 2594e1951cf7
children
comparison
equal deleted inserted replaced
4070:d10748475025 4071:4b842c1fb686
14 # GNU Affero General Public License for more details. 14 # GNU Affero General Public License for more details.
15 15
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
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 18
19 from sat.core.log import getLogger 19 from libervia.backend.core.log import getLogger
20 from sat.core.i18n import _ 20 from libervia.backend.core.i18n import _
21 from sat.core import exceptions 21 from libervia.backend.core import exceptions
22 from sat.tools import trigger 22 from libervia.backend.tools import trigger
23 from sat.tools.common import data_format 23 from libervia.backend.tools.common import data_format
24 24
25 from sat_frontends.tools import jid 25 from sat_frontends.tools import jid
26 from sat_frontends.quick_frontend import quick_widgets 26 from sat_frontends.quick_frontend import quick_widgets
27 from sat_frontends.quick_frontend import quick_menus 27 from sat_frontends.quick_frontend import quick_menus
28 from sat_frontends.quick_frontend import quick_blog 28 from sat_frontends.quick_frontend import quick_blog