* examples/ARcalibrate.py:
* examples/readhtoa.py: * examples/readtoc.py: * morituri/program/cdrdao.py: Rename ReadTOCTask to ReadIndexTableTask. Rename ReadTableTask to ReadTOCTask.
This commit is contained in:
@@ -107,7 +107,7 @@ def main(argv):
|
||||
offsets.append(int(b))
|
||||
|
||||
# first get the Table Of Contents of the CD
|
||||
t = cdrdao.ReadTableTask()
|
||||
t = cdrdao.ReadTOCTask()
|
||||
|
||||
if options.runner == 'cli':
|
||||
runner = task.SyncRunner()
|
||||
|
||||
Reference in New Issue
Block a user