davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=3a3cb856345367ab62df15782e467b1546132902
commit 3a3cb856345367ab62df15782e467b1546132902 Author: Dave Andreoli <[email protected]> Date: Thu Jan 1 22:08:27 2015 +0100 Cython warnings-- --- efl/elementary/theme.pyx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/efl/elementary/theme.pyx b/efl/elementary/theme.pyx index a15b5f0..dd79f58 100644 --- a/efl/elementary/theme.pyx +++ b/efl/elementary/theme.pyx @@ -422,7 +422,8 @@ cdef class Theme(object): cdef: const char *s list ret = [] - Eina_List *lst, *itr + Eina_List *lst + Eina_List *itr if isinstance(base, unicode): base = PyUnicode_AsUTF8String(base) lst = elm_theme_group_base_list(self.th, <const char *>base) --
