* 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:
Thomas Vander Stichele
2009-06-07 14:20:30 +00:00
parent d75066d1bb
commit 28c2a47d62
5 changed files with 128 additions and 38 deletions

View File

@@ -1,3 +1,13 @@
2009-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
* 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.
2009-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/rip/cd.py: