# HG changeset patch # User Goffi # Date 1474019288 -7200 # Node ID b0011c6dc7dcc03647dc4de51f81908e4541b7ee # Parent 514c187afebc62fb25fcc17956d1e0d3bd266af6 core (xmlui): fixed bad import diff -r 514c187afebc -r b0011c6dc7dc src/cagou/core/xmlui.py --- a/src/cagou/core/xmlui.py Thu Sep 15 21:59:39 2016 +0200 +++ b/src/cagou/core/xmlui.py Fri Sep 16 11:48:08 2016 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see . from sat.core.i18n import _ -from sat_frontends.constants import Const as C +from .constants import Const as C from sat.core.log import getLogger log = getLogger(__name__) from sat_frontends.tools import xmlui