--- a/Utilities/__init__.py Sat Jun 04 11:53:15 2011 +0200
+++ b/Utilities/__init__.py Sun Jun 05 18:25:36 2011 +0200
@@ -333,6 +333,7 @@
buf = buf.replace(b"\x00", b"")
return decodeBytes(buf)
+
def decodeBytes(buffer):
"""
Function to decode some byte text into a string.