diff -r 9552b5e16a07 -r 8a7d1b9d18db Utilities/__init__.py --- 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.