* examples/movecue.py:
* examples/readcue.py: * morituri/image/cue.py: * morituri/image/image.py: * morituri/image/toc.py: * morituri/program/cdrdao.py: * morituri/test/test_image_cue.py: * morituri/test/test_image_toc.py: Cue -> CueFile TOC -> TocFile
This commit is contained in:
@@ -260,7 +260,7 @@ class ReadIndexTableTask(CDRDAOTask):
|
||||
def done(self):
|
||||
# FIXME: instead of reading only a TOC, output a complete IndexTable
|
||||
# by merging the TOC info.
|
||||
self.toc = toc.TOC(self._toc)
|
||||
self.toc = toc.TocFile(self._toc)
|
||||
self.toc.parse()
|
||||
os.unlink(self._toc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user