* examples/readdisc.py:

* morituri/image/table.py:
	* morituri/test/test_image_table.py:
	  Fix up and deprecate stuff.
This commit is contained in:
Thomas Vander Stichele
2009-05-04 23:10:39 +00:00
parent 8e89b84c69
commit a5d70dd317
4 changed files with 24 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ import gst
from morituri.common import task, checksum, common
class Track:
class DeleteMeTrack:
"""
I represent a track entry in a Table of Contents.
@@ -59,7 +59,7 @@ class Track:
self.end = end
self.audio = audio
class Table:
class DeleteMeTable:
"""
I represent the Table of Contents of a CD.