davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=625500bffcd2076d7ffc6a88d1c8b4be1eddaa2e

commit 625500bffcd2076d7ffc6a88d1c8b4be1eddaa2e
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sat Jan 23 19:28:41 2016 +0100

    fix the url for the remote image test
---
 examples/elementary/test_image.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/elementary/test_image.py 
b/examples/elementary/test_image.py
index afdcce8..08bdabd 100644
--- a/examples/elementary/test_image.py
+++ b/examples/elementary/test_image.py
@@ -33,7 +33,7 @@ orients = [
     ("Flip Tranverse", EVAS_IMAGE_FLIP_TRANSVERSE),
 ]
 
-remote_url = 
"http://31.media.tumblr.com/29f1ecd4f98aaff73fb21f479b450d4c/tumblr_mqsxdciQmB1rrju89o1_1280.jpg";
+remote_url = 
"http://41.media.tumblr.com/29f1ecd4f98aaff73fb21f479b450d4c/tumblr_mqsxdciQmB1rrju89o1_1280.jpg";
 
 
 def _cb_im_download_start(im, pb):

-- 


Reply via email to