]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost28147.py
Raise copyright years
[pygost.git] / pygost / gost28147.py
index 9b2104747d0f8c3b544dfe75ceb65b52b11d4532..e42de8107f7a7780d5b4c88130a19da57d6cd08d 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2017 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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