[SCM] morituri/master: docs and repr fixes

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


The following commit has been merged in the master branch:
commit 2dbd30709644b9f50f41ebb78fd8edc60327b88b
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon May 4 15:58:12 2009 +0000

    docs and repr fixes

diff --git a/morituri/image/table.py b/morituri/image/table.py
index bf22bd9..d9b045b 100644
--- a/morituri/image/table.py
+++ b/morituri/image/table.py
@@ -249,7 +249,7 @@ class Index:
         self.counter = counter
 
     def __repr__(self):
-        return '<Index %02d, absolute %d, path %d, relative %d>' % (
+        return '<Index %02d, absolute %r, path %r, relative %r>' % (
             self.number, self.absolute, self.path, self.relative)
 
 class IndexTable:
diff --git a/morituri/program/cdparanoia.py b/morituri/program/cdparanoia.py
index da6f4cc..c4f3a8f 100644
--- a/morituri/program/cdparanoia.py
+++ b/morituri/program/cdparanoia.py
@@ -73,7 +73,7 @@ class ReadTrackTask(task.Task):
         @param path:   where to store the ripped track
         @type  path:   str
         @param table:  table of contents of CD
-        @type  table:  L{table.Table}
+        @type  table:  L{table.IndexTable}
         @param start:  first frame to rip
         @type  start:  int
         @param stop:   last frame to rip (inclusive)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list