comparison frontends/src/tools/xmlui.py @ 1327:89dc29afe01c frontends_multi_profiles

frontends: merge sat_frontends.constants to sat_frontends.quick_frontend.constants
author souliane <souliane@mailoo.org>
date Sun, 22 Feb 2015 14:13:42 +0100
parents faa1129559b8
children 35f99c90b736
comparison
equal deleted inserted replaced
1326:88e40f31b17e 1327:89dc29afe01c
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 19
20 from sat.core.i18n import _ 20 from sat.core.i18n import _
21 from sat.core.log import getLogger 21 from sat.core.log import getLogger
22 log = getLogger(__name__) 22 log = getLogger(__name__)
23 from sat_frontends.constants import Const as C 23 from sat_frontends.quick_frontend.constants import Const as C
24 from sat.core.exceptions import DataError 24 from sat.core.exceptions import DataError
25 25
26 26
27 class_map = {} 27 class_map = {}
28 CLASS_PANEL = 'panel' 28 CLASS_PANEL = 'panel'