]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost28147.py
PEP8 and Pylint related fixes
[pygost.git] / pygost / gost28147.py
index 9b2104747d0f8c3b544dfe75ceb65b52b11d4532..2ae2e1dc48889578d39dade3047fb8779adf7fb0 100644 (file)
@@ -28,7 +28,7 @@ from pygost.gost3413 import pad1
 from pygost.gost3413 import pad2
 from pygost.utils import hexdec
 from pygost.utils import strxor
-from pygost.utils import xrange
+from pygost.utils import xrange  # pylint: disable=redefined-builtin
 
 
 KEYSIZE = 32