[SCM] morituri/master: * morituri/rip/debug.py: Adapt to splitup.

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


The following commit has been merged in the master branch:
commit 3c669a4f2946dfc64824f48cc2a2a996abaa6293
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Wed Oct 19 18:42:34 2011 +0000

    	* morituri/rip/debug.py:
    	  Adapt to splitup.

diff --git a/ChangeLog b/ChangeLog
index 5098ba7..40a7661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2011-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/rip/debug.py:
+	  Adapt to splitup.
+
+2011-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/rip/debug.py:
 	  Add rip debug musicbrainz command to look up information on
 	  disc id's.
 
diff --git a/morituri/rip/debug.py b/morituri/rip/debug.py
index dac5972..7206892 100644
--- a/morituri/rip/debug.py
+++ b/morituri/rip/debug.py
@@ -94,8 +94,8 @@ class MusicBrainz(logcommand.LogCommand):
             self.stdout.write('Please specify a MusicBrainz disc id.\n')
             return 3
 
-        from morituri.common import program
-        metadatas = program.musicbrainz(discId)
+        from morituri.common import musicbrainz
+        metadatas = musicbrainz.musicbrainz(discId)
 
         self.stdout.write('%d releases\n' % len(metadatas))
         for i, md in enumerate(metadatas):

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list