diff src/cagou/core/xmlui.py @ 55:b0011c6dc7dc

core (xmlui): fixed bad import
author Goffi <goffi@goffi.org>
date Fri, 16 Sep 2016 11:48:08 +0200
parents 65775152aac1
children a9c6b089070d
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