comparison sat_frontends/quick_frontend/quick_menus.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
24 TypeError, 24 TypeError,
25 AttributeError, 25 AttributeError,
26 ): # Error raised is not the same depending on pyjsbuild options 26 ): # Error raised is not the same depending on pyjsbuild options
27 str = str 27 str = str
28 28
29 from sat.core.log import getLogger 29 from libervia.backend.core.log import getLogger
30 from sat.core.i18n import _, language_switch 30 from libervia.backend.core.i18n import _, language_switch
31 31
32 log = getLogger(__name__) 32 log = getLogger(__name__)
33 from sat_frontends.quick_frontend.constants import Const as C 33 from sat_frontends.quick_frontend.constants import Const as C
34 from collections import OrderedDict 34 from collections import OrderedDict
35 35