--- a/Utilities/crypto/py3PBKDF2.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Utilities/crypto/py3PBKDF2.py Sat Oct 19 13:03:39 2013 +0200 @@ -127,7 +127,7 @@ digestname, iterations, salt = hashParameters.split(Delimiter) except ValueError: raise ValueError( - "Expected hash parameters string in format "\ + "Expected hash parameters string in format " "'digestmod{0}iterations{0}salt".format(Delimiter)) if digestname not in Hashes.keys():