* morituri/common/cache.py (added):

* morituri/test/cache (added):
	* morituri/test/cache/result (added):
	* morituri/test/cache/result/fe105a11.pickle (added):
	* morituri/test/test_common_cache.py (added):
	* morituri/common/Makefile.am:
	* morituri/common/program.py:
	* morituri/test/Makefile.am:
	  Extract ResultCache object into separate file.
This commit is contained in:
Thomas Vander Stichele
2012-12-02 16:38:03 +00:00
parent 3e0363de32
commit c634dd0e92
7 changed files with 216 additions and 24 deletions

View File

@@ -1,3 +1,15 @@
2012-12-02 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/cache.py (added):
* morituri/test/cache (added):
* morituri/test/cache/result (added):
* morituri/test/cache/result/fe105a11.pickle (added):
* morituri/test/test_common_cache.py (added):
* morituri/common/Makefile.am:
* morituri/common/program.py:
* morituri/test/Makefile.am:
Extract ResultCache object into separate file.
2012-12-02 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/rip/drive.py: