* morituri/image/cue.py:

* morituri/image/image.py:
	* morituri/image/table.py:
	* morituri/image/toc.py:
	* morituri/program/cdparanoia.py:
	* morituri/program/cdrdao.py:
	* morituri/test/test_image_cue.py:
	* morituri/test/test_image_table.py:
	  Rename IndexTable to Table.
This commit is contained in:
Thomas Vander Stichele
2009-05-16 09:31:38 +00:00
parent 09fe46ee99
commit 0a56fc129e
9 changed files with 29 additions and 17 deletions

View File

@@ -89,7 +89,7 @@ class ReadTrackTask(task.Task):
@param path: where to store the ripped track
@type path: str
@param table: table of contents of CD
@type table: L{table.IndexTable}
@type table: L{table.Table}
@param start: first frame to rip
@type start: int
@param stop: last frame to rip (inclusive)