diff --git a/morituri/program/cdrdao.py b/morituri/program/cdrdao.py index 8bbf5ff..f827a14 100644 --- a/morituri/program/cdrdao.py +++ b/morituri/program/cdrdao.py @@ -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..."