
15 Oct
2015
15 Oct
'15
8:25 p.m.
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 -- 2.1.0