* morituri/rip/debug.py:
Adapt to splitup.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
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:
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user