Utilities/crypto/py3PBKDF2.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Utilities/crypto/py3PBKDF2.py
--- a/Utilities/crypto/py3PBKDF2.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Utilities/crypto/py3PBKDF2.py	Sun Nov 03 15:58:22 2013 +0100
@@ -129,7 +129,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():

eric ide

mercurial