[pypy-commit] extradoc extradoc: stage 2

hakanardo noreply at buildbot.pypy.org
Wed Sep 12 07:54:04 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
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 
 
 


More information about the pypy-commit mailing list