* morituri/common/common.py:

Create a Persister class to wrap a possible pickle path.
	* examples/trm.py:
	  Use it.
This commit is contained in:
Thomas Vander Stichele
2009-05-03 17:04:42 +00:00
parent e0c311f870
commit daaffb78e7
3 changed files with 89 additions and 23 deletions

View File

@@ -1,3 +1,10 @@
2009-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/common.py:
Create a Persister class to wrap a possible pickle path.
* examples/trm.py:
Use it.
2009-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py: