* morituri/result/logger.py:

Fix for toctable->table
	* morituri/common/program.py:
	* morituri/rip/cd.py:
	  Move lots of functionality to program module.
This commit is contained in:
Thomas Vander Stichele
2009-06-07 15:22:55 +00:00
parent ce1bc21a39
commit a460abc475
4 changed files with 257 additions and 238 deletions

View File

@@ -64,7 +64,7 @@ class MorituriLogger(object):
" Track | Start | Length")
lines.append(
" ------------------------------------------------")
table = ripResult.toctable
table = ripResult.table
for t in table.tracks: