Enlightenment CVS committal Author : barbieri Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-epsilon/examples Modified Files: epsilon_thumb_test.py Log Message: Change API, it's way better now. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-epsilon/examples/epsilon_thumb_test.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- epsilon_thumb_test.py 31 Oct 2007 00:06:43 -0000 1.1 +++ epsilon_thumb_test.py 31 Oct 2007 15:25:33 -0000 1.2 @@ -15,14 +15,11 @@ count[0] -= 1 if count[0] < 1: ecore.main_loop_quit() - return True - -epsilon.request.event_done_handler_set(cb) for f in os.listdir(folder): p = os.path.join(folder, f) if os.path.isfile(p): - print "REQ:", epsilon.request.Request(p) + print "REQ:", epsilon.request.Request(cb, p) count[0] += 1 ecore.main_loop_begin() ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs