* morituri/common/checksum.py:

Style fixes.
	* morituri/common/common.py:
	  Add functions to convert a gst.TagList to a dict and compare them.
	* morituri/common/task.py:
	  Add setAndRaiseException which gives us an appropriate
	  exceptionMessage as if we raised where we called this new function.
This commit is contained in:
Thomas Vander Stichele
2010-04-13 21:53:43 +00:00
parent 310a3789c0
commit 7515cf9e73
4 changed files with 54 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
2010-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/checksum.py:
Style fixes.
* morituri/common/common.py:
Add functions to convert a gst.TagList to a dict and compare them.
* morituri/common/task.py:
Add setAndRaiseException which gives us an appropriate
exceptionMessage as if we raised where we called this new function.
2010-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/encode.py: