* morituri/image/cue.py:

publicize CueFile.tracks
	  Add a method to get track lengths
	* examples/readcue.py:
	  Use it.
This commit is contained in:
Thomas Vander Stichele
2009-02-28 13:43:44 +00:00
parent 7e1c8aac31
commit 4c2b6e4c74
3 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2009-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/cue.py:
publicize CueFile.tracks
Add a method to get track lengths
* examples/readcue.py:
Use it.
2009-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py (added):