* morituri/common/checksum.py:

Actually raise the exception.
	* morituri/common/task.py:
	  Document interface more clearly.
	* morituri/test/test_common_checksum.py:
	  Use tcommon for test.common
This commit is contained in:
Thomas Vander Stichele
2011-05-21 11:22:04 +00:00
parent 019ad538d8
commit 0da5dd0aa1
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
2011-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/checksum.py:
Actually raise the exception.
* morituri/common/task.py:
Document interface more clearly.
* morituri/test/test_common_checksum.py:
Use tcommon for test.common
2011-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/common.py: