* morituri/image/image.py:

* morituri/test/test_image_image.py:
	  AccurateRip binary files actually contain multiple responses, so
	  parse all of them.
	* examples/ARcue.py:
	  Handle case of not having a response, and having multiple responses.
This commit is contained in:
Thomas Vander Stichele
2009-04-15 09:35:58 +00:00
parent 7c598cde9d
commit f865e91526
4 changed files with 78 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
2009-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/image.py:
* morituri/test/test_image_image.py:
AccurateRip binary files actually contain multiple responses, so
parse all of them.
* examples/ARcue.py:
Handle case of not having a response, and having multiple responses.
2009-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/crc.py: