* morituri/result/result.py:
Change toctable to table since it's a full index table. * morituri/common/Makefile.am: * morituri/common/program.py (added): Add module and class for program state. * morituri/rip/cd.py: Use the program state to clean up the do() function.
This commit is contained in:
@@ -50,10 +50,12 @@ class RipResult:
|
||||
I can be used to write log files.
|
||||
|
||||
@ivar offset: sample read offset
|
||||
@ivar table: the full index table
|
||||
@type table: L{morituri.common.table.Table}
|
||||
"""
|
||||
|
||||
offset = 0
|
||||
toctable = None
|
||||
table = None
|
||||
artist = None
|
||||
title = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user