* examples/readdisc.py:

* examples/readhtoa.py:
	* examples/readtoc.py:
	  Rename IndexTable to Table.
This commit is contained in:
Thomas Vander Stichele
2009-05-16 09:51:03 +00:00
parent 0a56fc129e
commit 96ac69a13d
4 changed files with 12 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ from morituri.program import cdrdao
def main():
log.init()
runner = task.SyncRunner()
t = cdrdao.ReadIndexTableTask()
t = cdrdao.ReadTableTask()
runner.run(t)
print 'runner done', t.toc