[SCM] morituri/master: fix import

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


The following commit has been merged in the master branch:
commit a7f23e4dca81d45edc3835443a3a4a0f68727fe0
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Wed Jun 24 18:38:36 2009 +0000

    fix import

diff --git a/examples/ARcue.py b/examples/ARcue.py
index f8a9848..83497d2 100644
--- a/examples/ARcue.py
+++ b/examples/ARcue.py
@@ -29,7 +29,7 @@ gobject.threads_init()
 import gtk
 
 from morituri.image import image
-from morituri.common import task, taskgtk, checksum, log
+from morituri.common import task, taskgtk, checksum, log, accurip
 
 def gtkmain(runner, taskk):
     runner.connect('stop', lambda _: gtk.main_quit())
@@ -89,7 +89,7 @@ def main(argv):
     try:
         handle = urllib2.urlopen(url)
         data = handle.read()
-        responses = image.getAccurateRipResponses(data)
+        responses = accurip.getAccurateRipResponses(data)
     except urllib2.HTTPError, e:
         if e.code == 404:
             print 'Album not found in AccurateRip database'

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list