davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=a90f1dd54d313500d9f8e133e6e28f7bc743434e
commit a90f1dd54d313500d9f8e133e6e28f7bc743434e Author: Dave Andreoli <d...@gurumeditation.it> Date: Mon Feb 16 20:24:26 2015 +0100 Remove a wrong line from the previous commit --- examples/elementary/test_image.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/elementary/test_image.py b/examples/elementary/test_image.py index b430369..e095cf2 100644 --- a/examples/elementary/test_image.py +++ b/examples/elementary/test_image.py @@ -127,9 +127,6 @@ def image2_clicked(obj, it=None): vbox.pack_end(im) im.show() - im = Image( - win, size_hint_weight=EXPAND_BOTH, size_hint_align=FILL_BOTH) - vbox.show() win.show() --