cwconfig.py
changeset 10719 065b5ac5c039
parent 10671 e08102f45237
child 10931 6168a45f62df
--- 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)