* morituri/common/checksum.py:

Add a task to calculate a trm fingerprint.
	* examples/trm.py (added):
	  Add an example.
	  Strangely enough it starts burstily, doing 10% directly, halting,
	  then progressing quickly,
This commit is contained in:
Thomas Vander Stichele
2009-04-20 21:31:27 +00:00
parent 1fc0c2bbdb
commit 8973d53cce
3 changed files with 178 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
2009-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/checksum.py:
Add a task to calculate a trm fingerprint.
* examples/trm.py (added):
Add an example.
Strangely enough it starts burstily, doing 10% directly, halting,
then progressing quickly,
2009-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/ARcue.py: