[Kimchi-devel] [PATCH 1/2] Set the right error messages for Kimchi
Aline Manera
alinefm at linux.vnet.ibm.com
Thu Oct 15 20:25:35 UTC 2015
Kimchi should use its own error messages otherwise they will not be
displayed correctly on an error.
Signed-off-by: Aline Manera <alinefm at 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
More information about the Kimchi-devel
mailing list