[pypy-commit] extradoc extradoc: more reasonable default

hakanardo noreply at buildbot.pypy.org
Thu Sep 13 20:04:44 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
Branch: extradoc
Changeset: r4811:b58ba74dbca6
Date: 2012-09-13 19:35 +0200
http://bitbucket.org/pypy/extradoc/changeset/b58ba74dbca6/

Log:	more reasonable default

diff --git a/talk/dls2012/demo/run.py b/talk/dls2012/demo/run.py
--- a/talk/dls2012/demo/run.py
+++ b/talk/dls2012/demo/run.py
@@ -5,7 +5,7 @@
 if len(sys.argv) > 1:
     fn = sys.argv[1]
 else:
-    fn = 'tv://'
+    fn = 'demo.avi'
 
 tracker = Tracker()
 while True:


More information about the pypy-commit mailing list