diff 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
line wrap: on
line diff
--- a/frontends/src/tools/xmlui.py	Sun Feb 22 13:58:33 2015 +0100
+++ b/frontends/src/tools/xmlui.py	Sun Feb 22 14:13:42 2015 +0100
@@ -20,7 +20,7 @@
 from sat.core.i18n import _
 from sat.core.log import getLogger
 log = getLogger(__name__)
-from sat_frontends.constants import Const as C
+from sat_frontends.quick_frontend.constants import Const as C
 from sat.core.exceptions import DataError