]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost28147_mac.py
Raise copyright years
[pygost.git] / pygost / gost28147_mac.py
index 164abcb6be67dc984304368057122f927d0ccadf..99dbc03288cc85a2b3d83f557c1031c5f7b6e249 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-2018 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
@@ -30,7 +30,7 @@ from pygost.gost28147 import xcrypt
 from pygost.gost3413 import pad1
 from pygost.iface import PEP247
 from pygost.utils import strxor
-from pygost.utils import xrange
+from pygost.utils import xrange  # pylint: disable=redefined-builtin
 
 digest_size = 8
 SEQ_MAC = (