This commit is contained in:
Thomas Vander Stichele
2009-05-03 19:17:32 +00:00
parent be20385fd4
commit bdf1d0b90c

View File

@@ -55,6 +55,9 @@ _LEADOUT_RE = re.compile(r"""
class ReadTOCTask(task.Task):
"""
I am a task that reads the TOC of a CD, including pregaps.
@ivar toc: the .toc object
@type toc: L{toc.TOC}
"""
description = "Reading TOC..."