* 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:
@@ -7,7 +7,7 @@ from morituri.program import cdrdao
|
||||
def main():
|
||||
log.init()
|
||||
runner = task.SyncRunner()
|
||||
t = cdrdao.ReadTOCTask()
|
||||
t = cdrdao.ReadIndexTableTask()
|
||||
runner.run(t)
|
||||
print 'runner done', t.toc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user