diff -r 97d398e17f8c -r 065b5ac5c039 cwconfig.py --- a/cwconfig.py Tue Oct 13 17:16:26 2015 +0200 +++ b/cwconfig.py Tue Oct 13 12:33:26 2015 +0200 @@ -1165,7 +1165,7 @@ def _gettext_init(self): """set language for gettext""" - from cubicweb.gettext import translation + from cubicweb.cwgettext import translation path = join(self.apphome, 'i18n') for language in self.available_languages(): self.info("loading language %s", language)