[SCM] morituri/master: some more reorganizing

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:45 UTC 2014


The following commit has been merged in the master branch:
commit 68669e35b543e40553501580a5c7dc33bbfd0606
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Apr 12 09:03:37 2009 +0000

    some more reorganizing

diff --git a/examples/ARcue.py b/examples/ARcue.py
index 4d1f080..df6915c 100644
--- a/examples/ARcue.py
+++ b/examples/ARcue.py
@@ -29,11 +29,11 @@ from morituri.image import image
 from morituri.common import task, crc
 
 def main(path):
+    runner = task.SyncRunner()
+
     cueImage = image.Image(path)
 
-    runner = task.SyncRunner()
     cuetask = image.AudioRipCRCTask(cueImage)
-
     runner.run(cuetask)
 
     for i, crc in enumerate(cuetask.crcs):

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list