]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/pbkdf2.py
Remove pylint comments
[pygost.git] / pygost / pbkdf2.py
index 33df6fec445b2b2c11ad2ddb67a8eb5f2bdad11d..d1e07a69a39ff85b8e5a759b38bd22f8974a63fb 100644 (file)
@@ -9,7 +9,7 @@ PyGOST does not register itself in hashlib anyway, so use it instead.
 from pygost.utils import bytes2long
 from pygost.utils import long2bytes
 from pygost.utils import strxor
-from pygost.utils import xrange  # pylint: disable=redefined-builtin
+from pygost.utils import xrange
 
 
 def pbkdf2(hasher, password, salt, iterations, dklen):