
15 Oct
2015
15 Oct
'15
8:47 p.m.
Reviewed-By: Paulo Vital <pvital@linux.vnet.ibm.com> On Thu, 2015-10-15 at 17:25 -0300, Aline Manera wrote:
Kimchi should use its own error messages otherwise they will not be displayed correctly on an error.
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- src/wok/plugins/kimchi/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wok/plugins/kimchi/root.py b/src/wok/plugins/kimchi/root.py index 1e2bfc7..8128c89 100644 --- a/src/wok/plugins/kimchi/root.py +++ b/src/wok/plugins/kimchi/root.py @@ -21,7 +21,7 @@ import json import os import cherrypy
-from wok.i18n import messages +from wok.plugins.kimchi.i18n import messages from wok.root import WokRoot
import config