changeset 55:b0011c6dc7dc

core (xmlui): fixed bad import
author Goffi <goffi@goffi.org>
date Fri, 16 Sep 2016 11:48:08 +0200
parents 514c187afebc
children 817a45e6d7e3
files src/cagou/core/xmlui.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>.
 
 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