cubicweb #2091068 [cwconfig] fix gettext import [validation pending]
I was notified that in some circomstances, the "from gettext import translation" in cwconfig.py ~1168 imports the python standard gettext.py instead of the locally patched one. "from cubicweb.gettext import translation" is said to fix the pb. | |
priority | normal |
---|---|
type | bug |
done in | 3.13.10 |
load left | 0.000 |
closed by | #241123f7bcd0 [cwconfig] absolute import (closes #2091068) |
Comments
-
2011/11/16 17:23, written by acampeas
-
2011/11/22 09:26
add commentIt does not fix the pb. but I find the absolute import more comforting nevertheless.
i would have thought that this would solve the problem...
any info about the circumstances when the pb occurs?