[Kimchi-devel] [PATCH 1/2] Set the right error messages for Kimchi
Paulo Ricardo Paz Vital
pvital at linux.vnet.ibm.com
Thu Oct 15 20:47:02 UTC 2015
Reviewed-By: Paulo Vital <pvital at 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 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
More information about the Kimchi-devel
mailing list