Author: Hakan Ardo <[email protected]>
Branch: extradoc
Changeset: r4788:eedcfe0f28f0
Date: 2012-09-11 20:01 +0200
http://bitbucket.org/pypy/extradoc/changeset/eedcfe0f28f0/

Log:    stage 2

diff --git a/talk/dls2012/demo/process.py b/talk/dls2012/demo/process.py
--- a/talk/dls2012/demo/process.py
+++ b/talk/dls2012/demo/process.py
@@ -3,6 +3,6 @@
 @ReloadHack
 def process(video):
     for img in video:
-        yield img  
+        yield img * 2 
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to