Package: python-eyed3
Version: 0.6.18-1
Followup-For: Bug #692247

There are two `print "boo"' lines in `tag.py'.  Joseph Nahmias's patch
only removes one of them.  Below is a patch which fixes both.

--- tag.py.orig 2013-05-25 20:06:01.000000000 +0100
+++ tag.py      2013-05-25 20:06:33.000000000 +0100
@@ -1556,7 +1556,6 @@
       '''
       regex = re.compile("^[A-Z 0-9+/\-\|!&'\.]+\00*$", re.IGNORECASE)
       if regex.match(genreStr):
-         print "boo"
          self.setName(genreStr);
          return;
      '''
@@ -1568,7 +1567,6 @@
               r"^([A-Z 0-9+/\-\|!&'\.]+)([,;|][A-Z 0-9+/\-\|!&'\.]+)*$",
               re.IGNORECASE)
       if regex.match(genreStr):
-         print "boo"
          self.setName(genreStr);
          return;

-- debsums errors found:
debsums: changed file /usr/share/pyshared/eyeD3/tag.py (from python-eyed3 
package)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to